Html Css Color HEX #997508 Golden Brown

📋 copy color: '#997508'

red 153 ◦ green 117 ◦ blue 8

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

Shades of Golden Brown #997508

Tints of Golden Brown #997508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.09%

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

R = 55.04%
G = 42.09%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#997508 (or 0x997508) is known color: Golden Brown. HEX triplet: 99, 75 and 08. RGB value is (153,117,8). Sum of RGB (Red+Green+Blue) = 153+117+8=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #997508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997508 is #668AF7. Grayscale: #737373. Windows color (decimal): -6720248 or 554393. OLE color: 554393.

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

Color convert

RGB 153 117 8 -
CMYK 0 0.24 0.95 0.4
HSL 45.1º 0.9% 0.32% -
HSV(B) 45.1º 0.95% 0.6% -
XYZ 19.54 19.51 2.97 -
YUV 115.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 153 117 8 0 0.24 0.95 0.4 45.1 0.9 0.32
Hex 99 75 8 0 18 5F 28 2D 5A 20
Octal 231 165 10 0 30 137 50 55 132 40
Binary 10011001 1110101 1000 0 11000 1011111 101000 101101 1011010 100000

Color Harmonies of #997508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997508

Black with #997508

Text Example


Text Example

White with #997508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997508; }

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

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

background-color css

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

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

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

border-color css

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

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

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