Html Css Color HEX #965E18 Golden Brown

📋 copy color: '#965E18'

red 150 ◦ green 94 ◦ blue 24

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

Shades of Golden Brown #965E18

Tints of Golden Brown #965E18

RGB

 RED value IS 150 (58.98% from 255) = 55.97%

 GREEN value IS 94 (37.11% from 255) = 35.07%

 BLUE value IS 24 (9.77% from 255) = 8.96%

R = 55.97%
G = 35.07%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#965E18 (or 0x965E18) is known color: Golden Brown. HEX triplet: 96, 5E and 18. RGB value is (150,94,24). Sum of RGB (Red+Green+Blue) = 150+94+24=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #965E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965E18 is #69A1E7. Grayscale: #676767. Windows color (decimal): -6922728 or 1597078. OLE color: 1597078.

HSL color Cylindrical-coordinate representation of color #965E18: hue angle of 33.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #965E18 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 94 24 -
CMYK 0 0.37 0.84 0.41
HSL 33.33º 0.72% 0.34% -
HSV(B) 33.33º 0.84% 0.59% -
XYZ 16.75 14.56 2.79 -
YUV 102.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 150 94 24 0 0.37 0.84 0.41 33.33 0.72 0.34
Hex 96 5E 18 0 25 54 29 21 48 22
Octal 226 136 30 0 45 124 51 41 110 42
Binary 10010110 1011110 11000 0 100101 1010100 101001 100001 1001000 100010

Color Harmonies of #965E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E18

Black with #965E18

Text Example


Text Example

White with #965E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965E18; }

 p { color: rgb(150,94,24); }

 H1.HeaderClassName
 {
   color: #965E18;
 }
 .AnyTagClassName
 {
   color: #965E18;
 }
</style>

background-color css

<style>
 a { background-color: #965E18; }

 a { background-color: rgb(150,94,24); }

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

border-color css

<style>
 span { border-color: #965E18; }

 span { border-color: rgb(150,94,24); }

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