Html Css Color HEX #997308 Golden Brown

📋 copy color: '#997308'

red 153 ◦ green 115 ◦ blue 8

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

Shades of Golden Brown #997308

Tints of Golden Brown #997308

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.67%

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

R = 55.43%
G = 41.67%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#997308 (or 0x997308) is known color: Golden Brown. HEX triplet: 99, 73 and 08. RGB value is (153,115,8). Sum of RGB (Red+Green+Blue) = 153+115+8=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #997308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997308 is #668CF7. Grayscale: #727272. Windows color (decimal): -6720760 or 553881. OLE color: 553881.

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

Color convert

RGB 153 115 8 -
CMYK 0 0.25 0.95 0.4
HSL 44.28º 0.9% 0.32% -
HSV(B) 44.28º 0.95% 0.6% -
XYZ 19.31 19.05 2.89 -
YUV 114.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 153 115 8 0 0.25 0.95 0.4 44.28 0.9 0.32
Hex 99 73 8 0 19 5F 28 2C 5A 20
Octal 231 163 10 0 31 137 50 54 132 40
Binary 10011001 1110011 1000 0 11001 1011111 101000 101100 1011010 100000

Color Harmonies of #997308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997308

Black with #997308

Text Example


Text Example

White with #997308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997308; }

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

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

background-color css

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

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

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

border-color css

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

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

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