Html Css Color HEX #997608 Golden Brown

📋 copy color: '#997608'

red 153 ◦ green 118 ◦ blue 8

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

Shades of Golden Brown #997608

Tints of Golden Brown #997608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.29%

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

R = 54.84%
G = 42.29%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#997608 (or 0x997608) is known color: Golden Brown. HEX triplet: 99, 76 and 08. RGB value is (153,118,8). Sum of RGB (Red+Green+Blue) = 153+118+8=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #997608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997608 is #6689F7. Grayscale: #747474. Windows color (decimal): -6719992 or 554649. OLE color: 554649.

HSL color Cylindrical-coordinate representation of color #997608: hue angle of 45.52º 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 #997608 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 118 8 -
CMYK 0 0.23 0.95 0.4
HSL 45.52º 0.9% 0.32% -
HSV(B) 45.52º 0.95% 0.6% -
XYZ 19.66 19.75 3.01 -
YUV 115.93 67.1 154.44 -
System Red Green Blue C M Y K H S L
Decimal 153 118 8 0 0.23 0.95 0.4 45.52 0.9 0.32
Hex 99 76 8 0 17 5F 28 2E 5A 20
Octal 231 166 10 0 27 137 50 56 132 40
Binary 10011001 1110110 1000 0 10111 1011111 101000 101110 1011010 100000

Color Harmonies of #997608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997608

Black with #997608

Text Example


Text Example

White with #997608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997608; }

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

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

background-color css

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

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

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

border-color css

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

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

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