Html Css Color HEX #995603 Golden Brown

📋 copy color: '#995603'

red 153 ◦ green 86 ◦ blue 3

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

Shades of Golden Brown #995603

Tints of Golden Brown #995603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.24%

R = 63.22%
G = 35.54%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#995603 (or 0x995603) is known color: Golden Brown. HEX triplet: 99, 56 and 03. RGB value is (153,86,3). Sum of RGB (Red+Green+Blue) = 153+86+3=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #995603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995603 is #66A9FC. Grayscale: #606060. Windows color (decimal): -6728189 or 218777. OLE color: 218777.

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

Color convert

RGB 153 86 3 -
CMYK 0 0.44 0.98 0.4
HSL 33.2º 0.96% 0.31% -
HSV(B) 33.2º 0.98% 0.6% -
XYZ 16.48 13.43 1.81 -
YUV 96.57 75.2 168.25 -
System Red Green Blue C M Y K H S L
Decimal 153 86 3 0 0.44 0.98 0.4 33.2 0.96 0.31
Hex 99 56 3 0 2C 62 28 21 60 1F
Octal 231 126 3 0 54 142 50 41 140 37
Binary 10011001 1010110 11 0 101100 1100010 101000 100001 1100000 11111

Color Harmonies of #995603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995603

Black with #995603

Text Example


Text Example

White with #995603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995603; }

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

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

background-color css

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

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

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

border-color css

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

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

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