Html Css Color HEX #965916 Golden Brown

📋 copy color: '#965916'

red 150 ◦ green 89 ◦ blue 22

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

Shades of Golden Brown #965916

Tints of Golden Brown #965916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.1%

 BLUE value IS 22 (8.98% from 255) = 8.43%

R = 57.47%
G = 34.1%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#965916 (or 0x965916) is known color: Golden Brown. HEX triplet: 96, 59 and 16. RGB value is (150,89,22). Sum of RGB (Red+Green+Blue) = 150+89+22=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #965916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965916 is #69A6E9. Grayscale: #636363. Windows color (decimal): -6924010 or 1464726. OLE color: 1464726.

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

Color convert

RGB 150 89 22 -
CMYK 0 0.41 0.85 0.41
HSL 31.41º 0.74% 0.34% -
HSV(B) 31.41º 0.85% 0.59% -
XYZ 16.29 13.69 2.54 -
YUV 99.6 84.21 163.95 -
System Red Green Blue C M Y K H S L
Decimal 150 89 22 0 0.41 0.85 0.41 31.41 0.74 0.34
Hex 96 59 16 0 29 55 29 1F 4A 22
Octal 226 131 26 0 51 125 51 37 112 42
Binary 10010110 1011001 10110 0 101001 1010101 101001 11111 1001010 100010

Color Harmonies of #965916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965916

Black with #965916

Text Example


Text Example

White with #965916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965916; }

 p { color: rgb(150,89,22); }

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

background-color css

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

 a { background-color: rgb(150,89,22); }

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

border-color css

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

 span { border-color: rgb(150,89,22); }

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