Html Css Color HEX #996A0A Golden Brown

📋 copy color: '#996A0A'

red 153 ◦ green 106 ◦ blue 10

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

Shades of Golden Brown #996A0A

Tints of Golden Brown #996A0A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.41%

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

R = 56.88%
G = 39.41%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#996A0A (or 0x996A0A) is known color: Golden Brown. HEX triplet: 99, 6A and 0A. RGB value is (153,106,10). Sum of RGB (Red+Green+Blue) = 153+106+10=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #996A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996A0A is #6695F5. Grayscale: #6D6D6D. Windows color (decimal): -6723062 or 682649. OLE color: 682649.

HSL color Cylindrical-coordinate representation of color #996A0A: hue angle of 40.28º 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 #996A0A is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 106 10 -
CMYK 0 0.31 0.93 0.4
HSL 40.28º 0.88% 0.32% -
HSV(B) 40.28º 0.93% 0.6% -
XYZ 18.35 17.1 2.62 -
YUV 109.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 153 106 10 0 0.31 0.93 0.4 40.28 0.88 0.32
Hex 99 6A A 0 1F 5D 28 28 58 20
Octal 231 152 12 0 37 135 50 50 130 40
Binary 10011001 1101010 1010 0 11111 1011101 101000 101000 1011000 100000

Color Harmonies of #996A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A0A

Black with #996A0A

Text Example


Text Example

White with #996A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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