Html Css Color HEX #956002 Golden Brown

📋 copy color: '#956002'

red 149 ◦ green 96 ◦ blue 2

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

Shades of Golden Brown #956002

Tints of Golden Brown #956002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.87%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 60.32%
G = 38.87%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#956002 (or 0x956002) is known color: Golden Brown. HEX triplet: 95, 60 and 02. RGB value is (149,96,2). Sum of RGB (Red+Green+Blue) = 149+96+2=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #956002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956002 is #6A9FFD. Grayscale: #656565. Windows color (decimal): -6987774 or 155797. OLE color: 155797.

HSL color Cylindrical-coordinate representation of color #956002: hue angle of 38.37º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #956002 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 2 -
CMYK 0 0.36 0.99 0.42
HSL 38.37º 0.97% 0.3% -
HSV(B) 38.37º 0.99% 0.58% -
XYZ 16.59 14.76 2.03 -
YUV 101.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 149 96 2 0 0.36 0.99 0.42 38.37 0.97 0.3
Hex 95 60 2 0 24 63 2A 26 61 1E
Octal 225 140 2 0 44 143 52 46 141 36
Binary 10010101 1100000 10 0 100100 1100011 101010 100110 1100001 11110

Color Harmonies of #956002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956002

Black with #956002

Text Example


Text Example

White with #956002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956002; }

 p { color: rgb(149,96,2); }

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

background-color css

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

 a { background-color: rgb(149,96,2); }

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

border-color css

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

 span { border-color: rgb(149,96,2); }

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