Html Css Color HEX #965E11 Golden Brown

📋 copy color: '#965E11'

red 150 ◦ green 94 ◦ blue 17

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

Shades of Golden Brown #965E11

Tints of Golden Brown #965E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.51%

R = 57.47%
G = 36.02%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#965E11 (or 0x965E11) is known color: Golden Brown. HEX triplet: 96, 5E and 11. RGB value is (150,94,17). Sum of RGB (Red+Green+Blue) = 150+94+17=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #965E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965E11 is #69A1EE. Grayscale: #666666. Windows color (decimal): -6922735 or 1138326. OLE color: 1138326.

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

Color convert

RGB 150 94 17 -
CMYK 0 0.37 0.89 0.41
HSL 34.74º 0.8% 0.33% -
HSV(B) 34.74º 0.89% 0.59% -
XYZ 16.68 14.53 2.46 -
YUV 101.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 150 94 17 0 0.37 0.89 0.41 34.74 0.8 0.33
Hex 96 5E 11 0 25 59 29 23 50 21
Octal 226 136 21 0 45 131 51 43 120 41
Binary 10010110 1011110 10001 0 100101 1011001 101001 100011 1010000 100001

Color Harmonies of #965E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E11

Black with #965E11

Text Example


Text Example

White with #965E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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