Html Css Color HEX #997500 Golden Brown

📋 copy color: '#997500'

red 153 ◦ green 117 ◦ blue 0

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

Shades of Golden Brown #997500

Tints of Golden Brown #997500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.67%
G = 43.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#997500 (or 0x997500) is known color: Golden Brown. HEX triplet: 99, 75 and 00. RGB value is (153,117,0). Sum of RGB (Red+Green+Blue) = 153+117+0=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #997500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997500 is #668AFF. Grayscale: #727272. Windows color (decimal): -6720256 or 30105. OLE color: 30105.

HSL color Cylindrical-coordinate representation of color #997500: hue angle of 45.88º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #997500 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 117 0 -
CMYK 0 0.24 1 0.4
HSL 45.88º 1% 0.3% -
HSV(B) 45.88º 1% 0.6% -
XYZ 19.5 19.49 2.74 -
YUV 114.43 63.43 155.51 -
System Red Green Blue C M Y K H S L
Decimal 153 117 0 0 0.24 1 0.4 45.88 1 0.3
Hex 99 75 0 0 18 64 28 2E 64 1E
Octal 231 165 0 0 30 144 50 56 144 36
Binary 10011001 1110101 0 0 11000 1100100 101000 101110 1100100 11110

Color Harmonies of #997500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997500

Black with #997500

Text Example


Text Example

White with #997500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997500; }

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

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

background-color css

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

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

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

border-color css

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

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

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