Html Css Color HEX #996712 Golden Brown

📋 copy color: '#996712'

red 153 ◦ green 103 ◦ blue 18

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

Shades of Golden Brown #996712

Tints of Golden Brown #996712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.59%

 BLUE value IS 18 (7.42% from 255) = 6.57%

R = 55.84%
G = 37.59%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#996712 (or 0x996712) is known color: Golden Brown. HEX triplet: 99, 67 and 12. RGB value is (153,103,18). Sum of RGB (Red+Green+Blue) = 153+103+18=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #996712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996712 is #6698ED. Grayscale: #6C6C6C. Windows color (decimal): -6723822 or 1206169. OLE color: 1206169.

HSL color Cylindrical-coordinate representation of color #996712: hue angle of 37.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #996712 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 18 -
CMYK 0 0.33 0.88 0.4
HSL 37.78º 0.79% 0.34% -
HSV(B) 37.78º 0.88% 0.6% -
XYZ 18.1 16.52 2.81 -
YUV 108.26 77.07 159.91 -
System Red Green Blue C M Y K H S L
Decimal 153 103 18 0 0.33 0.88 0.4 37.78 0.79 0.34
Hex 99 67 12 0 21 58 28 26 4F 22
Octal 231 147 22 0 41 130 50 46 117 42
Binary 10011001 1100111 10010 0 100001 1011000 101000 100110 1001111 100010

Color Harmonies of #996712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996712

Black with #996712

Text Example


Text Example

White with #996712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996712; }

 p { color: rgb(153,103,18); }

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

background-color css

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

 a { background-color: rgb(153,103,18); }

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

border-color css

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

 span { border-color: rgb(153,103,18); }

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