Html Css Color HEX #995613 Golden Brown

📋 copy color: '#995613'

red 153 ◦ green 86 ◦ blue 19

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

Shades of Golden Brown #995613

Tints of Golden Brown #995613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.36%

R = 59.3%
G = 33.33%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#995613 (or 0x995613) is known color: Golden Brown. HEX triplet: 99, 56 and 13. RGB value is (153,86,19). Sum of RGB (Red+Green+Blue) = 153+86+19=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #995613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995613 is #66A9EC. Grayscale: #626262. Windows color (decimal): -6728173 or 1267353. OLE color: 1267353.

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

Color convert

RGB 153 86 19 -
CMYK 0 0.44 0.88 0.4
HSL 30º 0.78% 0.34% -
HSV(B) 30º 0.88% 0.6% -
XYZ 16.58 13.47 2.34 -
YUV 98.4 83.2 166.95 -
System Red Green Blue C M Y K H S L
Decimal 153 86 19 0 0.44 0.88 0.4 30 0.78 0.34
Hex 99 56 13 0 2C 58 28 1E 4E 22
Octal 231 126 23 0 54 130 50 36 116 42
Binary 10011001 1010110 10011 0 101100 1011000 101000 11110 1001110 100010

Color Harmonies of #995613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995613

Black with #995613

Text Example


Text Example

White with #995613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995613; }

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

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

background-color css

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

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

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

border-color css

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

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

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