Html Css Color HEX #995C0E Golden Brown

📋 copy color: '#995C0E'

red 153 ◦ green 92 ◦ blue 14

#995C0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #995C0E

Tints of Golden Brown #995C0E

RGB

 RED value IS 153 (60.16% from 255) = 59.07%

 GREEN value IS 92 (36.33% from 255) = 35.52%

 BLUE value IS 14 (5.86% from 255) = 5.41%

R = 59.07%
G = 35.52%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#995C0E (or 0x995C0E) is known color: Golden Brown. HEX triplet: 99, 5C and 0E. RGB value is (153,92,14). Sum of RGB (Red+Green+Blue) = 153+92+14=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #995C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995C0E is #66A3F1. Grayscale: #656565. Windows color (decimal): -6726642 or 941209. OLE color: 941209.

HSL color Cylindrical-coordinate representation of color #995C0E: hue angle of 33.67º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #995C0E is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 92 14 -
CMYK 0 0.40 0.91 0.4
HSL 33.67º 0.83% 0.33% -
HSV(B) 33.67º 0.91% 0.6% -
XYZ 17.04 14.46 2.31 -
YUV 101.35 78.71 164.84 -
System Red Green Blue C M Y K H S L
Decimal 153 92 14 0 0.40 0.91 0.4 33.67 0.83 0.33
Hex 99 5C E 0 28 5B 28 22 53 21
Octal 231 134 16 0 50 133 50 42 123 41
Binary 10011001 1011100 1110 0 101000 1011011 101000 100010 1010011 100001

Color Harmonies of #995C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C0E

Black with #995C0E

Text Example


Text Example

White with #995C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995C0E; }

 p { color: rgb(153,92,14); }

 H1.HeaderClassName
 {
   color: #995C0E;
 }
 .AnyTagClassName
 {
   color: #995C0E;
 }
</style>

background-color css

<style>
 a { background-color: #995C0E; }

 a { background-color: rgb(153,92,14); }

 div.DivClassName
 {
   background-color: #995C0E;
 }
 .BgClassName
 {
   background-color: #995C0E;
 }
</style>

border-color css

<style>
 span { border-color: #995C0E; }

 span { border-color: rgb(153,92,14); }

 td.TdClassName
 {
   border-color: #995C0E;
 }
 .TagClassName
 {
   border-color: #995C0E;
 }
</style>