Html Css Color HEX #956F16 Golden Brown

📋 copy color: '#956F16'

red 149 ◦ green 111 ◦ blue 22

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

Shades of Golden Brown #956F16

Tints of Golden Brown #956F16

RGB

 RED value IS 149 (58.59% from 255) = 52.84%

 GREEN value IS 111 (43.75% from 255) = 39.36%

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

R = 52.84%
G = 39.36%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#956F16 (or 0x956F16) is known color: Golden Brown. HEX triplet: 95, 6F and 16. RGB value is (149,111,22). Sum of RGB (Red+Green+Blue) = 149+111+22=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #956F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956F16 is #6A90E9. Grayscale: #707070. Windows color (decimal): -6983914 or 1470357. OLE color: 1470357.

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

Color convert

RGB 149 111 22 -
CMYK 0 0.26 0.85 0.42
HSL 42.05º 0.74% 0.34% -
HSV(B) 42.05º 0.85% 0.58% -
XYZ 18.22 17.82 3.24 -
YUV 112.22 77.09 154.24 -
System Red Green Blue C M Y K H S L
Decimal 149 111 22 0 0.26 0.85 0.42 42.05 0.74 0.34
Hex 95 6F 16 0 1A 55 2A 2A 4A 22
Octal 225 157 26 0 32 125 52 52 112 42
Binary 10010101 1101111 10110 0 11010 1010101 101010 101010 1001010 100010

Color Harmonies of #956F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F16

Black with #956F16

Text Example


Text Example

White with #956F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,111,22); }

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

background-color css

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

 a { background-color: rgb(149,111,22); }

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

border-color css

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

 span { border-color: rgb(149,111,22); }

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