Html Css Color HEX #956202 Golden Brown

📋 copy color: '#956202'

red 149 ◦ green 98 ◦ blue 2

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

Shades of Golden Brown #956202

Tints of Golden Brown #956202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.36%

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

R = 59.84%
G = 39.36%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#956202 (or 0x956202) is known color: Golden Brown. HEX triplet: 95, 62 and 02. RGB value is (149,98,2). Sum of RGB (Red+Green+Blue) = 149+98+2=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #956202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956202 is #6A9DFD. Grayscale: #666666. Windows color (decimal): -6987262 or 156309. OLE color: 156309.

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

Color convert

RGB 149 98 2 -
CMYK 0 0.34 0.99 0.42
HSL 39.18º 0.97% 0.3% -
HSV(B) 39.18º 0.99% 0.58% -
XYZ 16.77 15.13 2.09 -
YUV 102.31 71.4 161.31 -
System Red Green Blue C M Y K H S L
Decimal 149 98 2 0 0.34 0.99 0.42 39.18 0.97 0.3
Hex 95 62 2 0 22 63 2A 27 61 1E
Octal 225 142 2 0 42 143 52 47 141 36
Binary 10010101 1100010 10 0 100010 1100011 101010 100111 1100001 11110

Color Harmonies of #956202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956202

Black with #956202

Text Example


Text Example

White with #956202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956202; }

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

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

background-color css

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

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

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

border-color css

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

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

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