Html Css Color HEX #996706 Golden Brown

📋 copy color: '#996706'

red 153 ◦ green 103 ◦ blue 6

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

Shades of Golden Brown #996706

Tints of Golden Brown #996706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.29%

R = 58.4%
G = 39.31%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#996706 (or 0x996706) is known color: Golden Brown. HEX triplet: 99, 67 and 06. RGB value is (153,103,6). Sum of RGB (Red+Green+Blue) = 153+103+6=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #996706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996706 is #6698F9. Grayscale: #6B6B6B. Windows color (decimal): -6723834 or 419737. OLE color: 419737.

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

Color convert

RGB 153 103 6 -
CMYK 0 0.33 0.96 0.4
HSL 39.59º 0.92% 0.31% -
HSV(B) 39.59º 0.96% 0.6% -
XYZ 18.02 16.49 2.4 -
YUV 106.89 71.07 160.89 -
System Red Green Blue C M Y K H S L
Decimal 153 103 6 0 0.33 0.96 0.4 39.59 0.92 0.31
Hex 99 67 6 0 21 60 28 28 5C 1F
Octal 231 147 6 0 41 140 50 50 134 37
Binary 10011001 1100111 110 0 100001 1100000 101000 101000 1011100 11111

Color Harmonies of #996706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996706

Black with #996706

Text Example


Text Example

White with #996706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996706; }

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

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

background-color css

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

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

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

border-color css

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

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

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