Html Css Color HEX #997708 Golden Brown

📋 copy color: '#997708'

red 153 ◦ green 119 ◦ blue 8

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

Shades of Golden Brown #997708

Tints of Golden Brown #997708

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.5%

 BLUE value IS 8 (3.52% from 255) = 2.86%

R = 54.64%
G = 42.5%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#997708 (or 0x997708) is known color: Golden Brown. HEX triplet: 99, 77 and 08. RGB value is (153,119,8). Sum of RGB (Red+Green+Blue) = 153+119+8=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #997708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997708 is #6688F7. Grayscale: #747474. Windows color (decimal): -6719736 or 554905. OLE color: 554905.

HSL color Cylindrical-coordinate representation of color #997708: hue angle of 45.93º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #997708 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 119 8 -
CMYK 0 0.22 0.95 0.4
HSL 45.93º 0.9% 0.32% -
HSV(B) 45.93º 0.95% 0.6% -
XYZ 19.78 19.98 3.04 -
YUV 116.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 153 119 8 0 0.22 0.95 0.4 45.93 0.9 0.32
Hex 99 77 8 0 16 5F 28 2E 5A 20
Octal 231 167 10 0 26 137 50 56 132 40
Binary 10011001 1110111 1000 0 10110 1011111 101000 101110 1011010 100000

Color Harmonies of #997708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997708

Black with #997708

Text Example


Text Example

White with #997708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997708; }

 p { color: rgb(153,119,8); }

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

background-color css

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

 a { background-color: rgb(153,119,8); }

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

border-color css

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

 span { border-color: rgb(153,119,8); }

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