Html Css Color HEX #956600 Golden Brown

📋 copy color: '#956600'

red 149 ◦ green 102 ◦ blue 0

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

Shades of Golden Brown #956600

Tints of Golden Brown #956600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.64%

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

R = 59.36%
G = 40.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#956600 (or 0x956600) is known color: Golden Brown. HEX triplet: 95, 66 and 00. RGB value is (149,102,0). Sum of RGB (Red+Green+Blue) = 149+102+0=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #956600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956600 is #6A99FF. Grayscale: #686868. Windows color (decimal): -6986240 or 26261. OLE color: 26261.

HSL color Cylindrical-coordinate representation of color #956600: hue angle of 41.07º 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 #956600 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 0 -
CMYK 0 0.32 1 0.42
HSL 41.07º 1% 0.29% -
HSV(B) 41.07º 1% 0.58% -
XYZ 17.15 15.89 2.16 -
YUV 104.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 149 102 0 0 0.32 1 0.42 41.07 1 0.29
Hex 95 66 0 0 20 64 2A 29 64 1D
Octal 225 146 0 0 40 144 52 51 144 35
Binary 10010101 1100110 0 0 100000 1100100 101010 101001 1100100 11101

Color Harmonies of #956600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956600

Black with #956600

Text Example


Text Example

White with #956600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956600; }

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

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

background-color css

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

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

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

border-color css

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

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

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