Html Css Color HEX #996A0F Golden Brown

📋 copy color: '#996A0F'

red 153 ◦ green 106 ◦ blue 15

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

Shades of Golden Brown #996A0F

Tints of Golden Brown #996A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 55.84%
G = 38.69%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#996A0F (or 0x996A0F) is known color: Golden Brown. HEX triplet: 99, 6A and 0F. RGB value is (153,106,15). Sum of RGB (Red+Green+Blue) = 153+106+15=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #996A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996A0F is #6695F0. Grayscale: #6E6E6E. Windows color (decimal): -6723057 or 1010329. OLE color: 1010329.

HSL color Cylindrical-coordinate representation of color #996A0F: hue angle of 39.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #996A0F is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 106 15 -
CMYK 0 0.31 0.90 0.4
HSL 39.57º 0.82% 0.33% -
HSV(B) 39.57º 0.9% 0.6% -
XYZ 18.38 17.11 2.79 -
YUV 109.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 153 106 15 0 0.31 0.90 0.4 39.57 0.82 0.33
Hex 99 6A F 0 1F 5A 28 28 52 21
Octal 231 152 17 0 37 132 50 50 122 41
Binary 10011001 1101010 1111 0 11111 1011010 101000 101000 1010010 100001

Color Harmonies of #996A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A0F

Black with #996A0F

Text Example


Text Example

White with #996A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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