Html Css Color HEX #99600A Golden Brown

📋 copy color: '#99600A'

red 153 ◦ green 96 ◦ blue 10

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

Shades of Golden Brown #99600A

Tints of Golden Brown #99600A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.07%

 BLUE value IS 10 (4.3% from 255) = 3.86%

R = 59.07%
G = 37.07%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99600A (or 0x99600A) is known color: Golden Brown. HEX triplet: 99, 60 and 0A. RGB value is (153,96,10). Sum of RGB (Red+Green+Blue) = 153+96+10=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #99600A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99600A is #669FF5. Grayscale: #676767. Windows color (decimal): -6725622 or 680089. OLE color: 680089.

HSL color Cylindrical-coordinate representation of color #99600A: hue angle of 36.08º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99600A is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 96 10 -
CMYK 0 0.37 0.93 0.4
HSL 36.08º 0.88% 0.32% -
HSV(B) 36.08º 0.93% 0.6% -
XYZ 17.37 15.16 2.3 -
YUV 103.24 75.38 163.49 -
System Red Green Blue C M Y K H S L
Decimal 153 96 10 0 0.37 0.93 0.4 36.08 0.88 0.32
Hex 99 60 A 0 25 5D 28 24 58 20
Octal 231 140 12 0 45 135 50 44 130 40
Binary 10011001 1100000 1010 0 100101 1011101 101000 100100 1011000 100000

Color Harmonies of #99600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99600A

Black with #99600A

Text Example


Text Example

White with #99600A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99600A; }

 p { color: rgb(153,96,10); }

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

background-color css

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

 a { background-color: rgb(153,96,10); }

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

border-color css

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

 span { border-color: rgb(153,96,10); }

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