Html Css Color HEX #99560D Golden Brown

📋 copy color: '#99560D'

red 153 ◦ green 86 ◦ blue 13

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

Shades of Golden Brown #99560D

Tints of Golden Brown #99560D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 60.71%
G = 34.13%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99560D (or 0x99560D) is known color: Golden Brown. HEX triplet: 99, 56 and 0D. RGB value is (153,86,13). Sum of RGB (Red+Green+Blue) = 153+86+13=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #99560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99560D is #66A9F2. Grayscale: #626262. Windows color (decimal): -6728179 or 874137. OLE color: 874137.

HSL color Cylindrical-coordinate representation of color #99560D: hue angle of 31.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99560D is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 86 13 -
CMYK 0 0.44 0.92 0.4
HSL 31.29º 0.84% 0.33% -
HSV(B) 31.29º 0.92% 0.6% -
XYZ 16.54 13.46 2.11 -
YUV 97.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 153 86 13 0 0.44 0.92 0.4 31.29 0.84 0.33
Hex 99 56 D 0 2C 5C 28 1F 54 21
Octal 231 126 15 0 54 134 50 37 124 41
Binary 10011001 1010110 1101 0 101100 1011100 101000 11111 1010100 100001

Color Harmonies of #99560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99560D

Black with #99560D

Text Example


Text Example

White with #99560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99560D; }

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

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

background-color css

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

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

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

border-color css

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

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

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