Html Css Color HEX #965F16 Golden Brown

📋 copy color: '#965F16'

red 150 ◦ green 95 ◦ blue 22

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

Shades of Golden Brown #965F16

Tints of Golden Brown #965F16

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.58%

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

R = 56.18%
G = 35.58%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#965F16 (or 0x965F16) is known color: Golden Brown. HEX triplet: 96, 5F and 16. RGB value is (150,95,22). Sum of RGB (Red+Green+Blue) = 150+95+22=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #965F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965F16 is #69A0E9. Grayscale: #676767. Windows color (decimal): -6922474 or 1466262. OLE color: 1466262.

HSL color Cylindrical-coordinate representation of color #965F16: hue angle of 34.22º 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 #965F16 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 95 22 -
CMYK 0 0.37 0.85 0.41
HSL 34.22º 0.74% 0.34% -
HSV(B) 34.22º 0.85% 0.59% -
XYZ 16.81 14.73 2.72 -
YUV 103.12 82.22 161.44 -
System Red Green Blue C M Y K H S L
Decimal 150 95 22 0 0.37 0.85 0.41 34.22 0.74 0.34
Hex 96 5F 16 0 25 55 29 22 4A 22
Octal 226 137 26 0 45 125 51 42 112 42
Binary 10010110 1011111 10110 0 100101 1010101 101001 100010 1001010 100010

Color Harmonies of #965F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F16

Black with #965F16

Text Example


Text Example

White with #965F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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