Html Css Color HEX #956D00 Golden Brown

📋 copy color: '#956D00'

red 149 ◦ green 109 ◦ blue 0

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

Shades of Golden Brown #956D00

Tints of Golden Brown #956D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.75%
G = 42.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#956D00 (or 0x956D00) is known color: Golden Brown. HEX triplet: 95, 6D and 00. RGB value is (149,109,0). Sum of RGB (Red+Green+Blue) = 149+109+0=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #956D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956D00 is #6A92FF. Grayscale: #6D6D6D. Windows color (decimal): -6984448 or 28053. OLE color: 28053.

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

Color convert

RGB 149 109 0 -
CMYK 0 0.27 1 0.42
HSL 43.89º 1% 0.29% -
HSV(B) 43.89º 1% 0.58% -
XYZ 17.86 17.33 2.4 -
YUV 108.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 149 109 0 0 0.27 1 0.42 43.89 1 0.29
Hex 95 6D 0 0 1B 64 2A 2C 64 1D
Octal 225 155 0 0 33 144 52 54 144 35
Binary 10010101 1101101 0 0 11011 1100100 101010 101100 1100100 11101

Color Harmonies of #956D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D00

Black with #956D00

Text Example


Text Example

White with #956D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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