Html Css Color HEX #955600 Golden Brown

📋 copy color: '#955600'

red 149 ◦ green 86 ◦ blue 0

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

Shades of Golden Brown #955600

Tints of Golden Brown #955600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.6%

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

R = 63.4%
G = 36.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#955600 (or 0x955600) is known color: Golden Brown. HEX triplet: 95, 56 and 00. RGB value is (149,86,0). Sum of RGB (Red+Green+Blue) = 149+86+0=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #955600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955600 is #6AA9FF. Grayscale: #5F5F5F. Windows color (decimal): -6990336 or 22165. OLE color: 22165.

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

Color convert

RGB 149 86 0 -
CMYK 0 0.42 1 0.42
HSL 34.63º 1% 0.29% -
HSV(B) 34.63º 1% 0.58% -
XYZ 15.72 13.05 1.69 -
YUV 95.03 74.37 166.49 -
System Red Green Blue C M Y K H S L
Decimal 149 86 0 0 0.42 1 0.42 34.63 1 0.29
Hex 95 56 0 0 2A 64 2A 23 64 1D
Octal 225 126 0 0 52 144 52 43 144 35
Binary 10010101 1010110 0 0 101010 1100100 101010 100011 1100100 11101

Color Harmonies of #955600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955600

Black with #955600

Text Example


Text Example

White with #955600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955600; }

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

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

background-color css

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

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

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

border-color css

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

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

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