Html Css Color HEX #956B20 Golden Brown

📋 copy color: '#956B20'

red 149 ◦ green 107 ◦ blue 32

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

Shades of Golden Brown #956B20

Tints of Golden Brown #956B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.11%

R = 51.74%
G = 37.15%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#956B20 (or 0x956B20) is known color: Golden Brown. HEX triplet: 95, 6B and 20. RGB value is (149,107,32). Sum of RGB (Red+Green+Blue) = 149+107+32=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #956B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956B20 is #6A94DF. Grayscale: #6F6F6F. Windows color (decimal): -6984928 or 2124693. OLE color: 2124693.

HSL color Cylindrical-coordinate representation of color #956B20: hue angle of 38.46º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #956B20 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 107 32 -
CMYK 0 0.28 0.79 0.42
HSL 38.46º 0.65% 0.35% -
HSV(B) 38.46º 0.79% 0.58% -
XYZ 17.91 17.01 3.71 -
YUV 111.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 149 107 32 0 0.28 0.79 0.42 38.46 0.65 0.35
Hex 95 6B 20 0 1C 4F 2A 26 41 23
Octal 225 153 40 0 34 117 52 46 101 43
Binary 10010101 1101011 100000 0 11100 1001111 101010 100110 1000001 100011

Color Harmonies of #956B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B20

Black with #956B20

Text Example


Text Example

White with #956B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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