Html Css Color HEX #956D08 Golden Brown

📋 copy color: '#956D08'

red 149 ◦ green 109 ◦ blue 8

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

Shades of Golden Brown #956D08

Tints of Golden Brown #956D08

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.98%

 BLUE value IS 8 (3.52% from 255) = 3.01%

R = 56.02%
G = 40.98%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#956D08 (or 0x956D08) is known color: Golden Brown. HEX triplet: 95, 6D and 08. RGB value is (149,109,8). Sum of RGB (Red+Green+Blue) = 149+109+8=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #956D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956D08 is #6A92F7. Grayscale: #6D6D6D. Windows color (decimal): -6984440 or 552341. OLE color: 552341.

HSL color Cylindrical-coordinate representation of color #956D08: hue angle of 42.98º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #956D08 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 109 8 -
CMYK 0 0.27 0.95 0.42
HSL 42.98º 0.9% 0.31% -
HSV(B) 42.98º 0.95% 0.58% -
XYZ 17.91 17.34 2.63 -
YUV 109.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 149 109 8 0 0.27 0.95 0.42 42.98 0.9 0.31
Hex 95 6D 8 0 1B 5F 2A 2B 5A 1F
Octal 225 155 10 0 33 137 52 53 132 37
Binary 10010101 1101101 1000 0 11011 1011111 101010 101011 1011010 11111

Color Harmonies of #956D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D08

Black with #956D08

Text Example


Text Example

White with #956D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,109,8); }

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

background-color css

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

 a { background-color: rgb(149,109,8); }

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

border-color css

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

 span { border-color: rgb(149,109,8); }

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