Html Css Color HEX #956F12 Golden Brown

📋 copy color: '#956F12'

red 149 ◦ green 111 ◦ blue 18

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

Shades of Golden Brown #956F12

Tints of Golden Brown #956F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.47%

R = 53.6%
G = 39.93%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#956F12 (or 0x956F12) is known color: Golden Brown. HEX triplet: 95, 6F and 12. RGB value is (149,111,18). Sum of RGB (Red+Green+Blue) = 149+111+18=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #956F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956F12 is #6A90ED. Grayscale: #707070. Windows color (decimal): -6983918 or 1208213. OLE color: 1208213.

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

Color convert

RGB 149 111 18 -
CMYK 0 0.26 0.88 0.42
HSL 42.6º 0.78% 0.33% -
HSV(B) 42.6º 0.88% 0.58% -
XYZ 18.19 17.8 3.05 -
YUV 111.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 149 111 18 0 0.26 0.88 0.42 42.6 0.78 0.33
Hex 95 6F 12 0 1A 58 2A 2B 4E 21
Octal 225 157 22 0 32 130 52 53 116 41
Binary 10010101 1101111 10010 0 11010 1011000 101010 101011 1001110 100001

Color Harmonies of #956F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F12

Black with #956F12

Text Example


Text Example

White with #956F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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