Html Css Color HEX #956B12 Golden Brown

📋 copy color: '#956B12'

red 149 ◦ green 107 ◦ blue 18

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

Shades of Golden Brown #956B12

Tints of Golden Brown #956B12

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.05%

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

R = 54.38%
G = 39.05%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#956B12 (or 0x956B12) is known color: Golden Brown. HEX triplet: 95, 6B and 12. RGB value is (149,107,18). Sum of RGB (Red+Green+Blue) = 149+107+18=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #956B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956B12 is #6A94ED. Grayscale: #6D6D6D. Windows color (decimal): -6984942 or 1207189. OLE color: 1207189.

HSL color Cylindrical-coordinate representation of color #956B12: hue angle of 40.76º 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 #956B12 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 107 18 -
CMYK 0 0.28 0.88 0.42
HSL 40.76º 0.78% 0.33% -
HSV(B) 40.76º 0.88% 0.58% -
XYZ 17.76 16.95 2.91 -
YUV 109.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 149 107 18 0 0.28 0.88 0.42 40.76 0.78 0.33
Hex 95 6B 12 0 1C 58 2A 29 4E 21
Octal 225 153 22 0 34 130 52 51 116 41
Binary 10010101 1101011 10010 0 11100 1011000 101010 101001 1001110 100001

Color Harmonies of #956B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B12

Black with #956B12

Text Example


Text Example

White with #956B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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