Html Css Color HEX #996717 Golden Brown

📋 copy color: '#996717'

red 153 ◦ green 103 ◦ blue 23

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

Shades of Golden Brown #996717

Tints of Golden Brown #996717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.24%

R = 54.84%
G = 36.92%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#996717 (or 0x996717) is known color: Golden Brown. HEX triplet: 99, 67 and 17. RGB value is (153,103,23). Sum of RGB (Red+Green+Blue) = 153+103+23=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #996717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996717 is #6698E8. Grayscale: #6D6D6D. Windows color (decimal): -6723817 or 1533849. OLE color: 1533849.

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

Color convert

RGB 153 103 23 -
CMYK 0 0.33 0.85 0.4
HSL 36.92º 0.74% 0.35% -
HSV(B) 36.92º 0.85% 0.6% -
XYZ 18.14 16.53 3.05 -
YUV 108.83 79.57 159.5 -
System Red Green Blue C M Y K H S L
Decimal 153 103 23 0 0.33 0.85 0.4 36.92 0.74 0.35
Hex 99 67 17 0 21 55 28 25 4A 23
Octal 231 147 27 0 41 125 50 45 112 43
Binary 10011001 1100111 10111 0 100001 1010101 101000 100101 1001010 100011

Color Harmonies of #996717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996717

Black with #996717

Text Example


Text Example

White with #996717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996717; }

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

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

background-color css

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

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

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

border-color css

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

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

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