Html Css Color HEX #996C0F Golden Brown

📋 copy color: '#996C0F'

red 153 ◦ green 108 ◦ blue 15

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

Shades of Golden Brown #996C0F

Tints of Golden Brown #996C0F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.13%

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

R = 55.43%
G = 39.13%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#996C0F (or 0x996C0F) is known color: Golden Brown. HEX triplet: 99, 6C and 0F. RGB value is (153,108,15). Sum of RGB (Red+Green+Blue) = 153+108+15=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #996C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996C0F is #6693F0. Grayscale: #6F6F6F. Windows color (decimal): -6722545 or 1010841. OLE color: 1010841.

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

Color convert

RGB 153 108 15 -
CMYK 0 0.29 0.90 0.4
HSL 40.43º 0.82% 0.33% -
HSV(B) 40.43º 0.9% 0.6% -
XYZ 18.59 17.53 2.86 -
YUV 110.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 153 108 15 0 0.29 0.90 0.4 40.43 0.82 0.33
Hex 99 6C F 0 1D 5A 28 28 52 21
Octal 231 154 17 0 35 132 50 50 122 41
Binary 10011001 1101100 1111 0 11101 1011010 101000 101000 1010010 100001

Color Harmonies of #996C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C0F

Black with #996C0F

Text Example


Text Example

White with #996C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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