Html Css Color HEX #997802 Golden Brown

📋 copy color: '#997802'

red 153 ◦ green 120 ◦ blue 2

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

Shades of Golden Brown #997802

Tints of Golden Brown #997802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.64%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 55.64%
G = 43.64%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#997802 (or 0x997802) is known color: Golden Brown. HEX triplet: 99, 78 and 02. RGB value is (153,120,2). Sum of RGB (Red+Green+Blue) = 153+120+2=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #997802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997802 is #6687FD. Grayscale: #747474. Windows color (decimal): -6719486 or 161945. OLE color: 161945.

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

Color convert

RGB 153 120 2 -
CMYK 0 0.22 0.99 0.4
HSL 46.89º 0.97% 0.3% -
HSV(B) 46.89º 0.99% 0.6% -
XYZ 19.86 20.21 2.91 -
YUV 116.42 63.43 154.09 -
System Red Green Blue C M Y K H S L
Decimal 153 120 2 0 0.22 0.99 0.4 46.89 0.97 0.3
Hex 99 78 2 0 16 63 28 2F 61 1E
Octal 231 170 2 0 26 143 50 57 141 36
Binary 10011001 1111000 10 0 10110 1100011 101000 101111 1100001 11110

Color Harmonies of #997802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997802

Black with #997802

Text Example


Text Example

White with #997802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997802; }

 p { color: rgb(153,120,2); }

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

background-color css

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

 a { background-color: rgb(153,120,2); }

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

border-color css

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

 span { border-color: rgb(153,120,2); }

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