Html Css Color HEX #995602 Golden Brown

📋 copy color: '#995602'

red 153 ◦ green 86 ◦ blue 2

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

Shades of Golden Brown #995602

Tints of Golden Brown #995602

RGB

 RED value IS 153 (60.16% from 255) = 63.49%

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

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

R = 63.49%
G = 35.68%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#995602 (or 0x995602) is known color: Golden Brown. HEX triplet: 99, 56 and 02. RGB value is (153,86,2). Sum of RGB (Red+Green+Blue) = 153+86+2=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #995602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995602 is #66A9FD. Grayscale: #606060. Windows color (decimal): -6728190 or 153241. OLE color: 153241.

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

Color convert

RGB 153 86 2 -
CMYK 0 0.44 0.99 0.4
HSL 33.38º 0.97% 0.3% -
HSV(B) 33.38º 0.99% 0.6% -
XYZ 16.48 13.43 1.78 -
YUV 96.46 74.7 168.33 -
System Red Green Blue C M Y K H S L
Decimal 153 86 2 0 0.44 0.99 0.4 33.38 0.97 0.3
Hex 99 56 2 0 2C 63 28 21 61 1E
Octal 231 126 2 0 54 143 50 41 141 36
Binary 10011001 1010110 10 0 101100 1100011 101000 100001 1100001 11110

Color Harmonies of #995602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995602

Black with #995602

Text Example


Text Example

White with #995602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995602; }

 p { color: rgb(153,86,2); }

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

background-color css

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

 a { background-color: rgb(153,86,2); }

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

border-color css

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

 span { border-color: rgb(153,86,2); }

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