Html Css Color HEX #997007 Golden Brown

📋 copy color: '#997007'

red 153 ◦ green 112 ◦ blue 7

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

Shades of Golden Brown #997007

Tints of Golden Brown #997007

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.18%

 BLUE value IS 7 (3.13% from 255) = 2.57%

R = 56.25%
G = 41.18%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#997007 (or 0x997007) is known color: Golden Brown. HEX triplet: 99, 70 and 07. RGB value is (153,112,7). Sum of RGB (Red+Green+Blue) = 153+112+7=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #997007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997007 is #668FF8. Grayscale: #707070. Windows color (decimal): -6721529 or 487577. OLE color: 487577.

HSL color Cylindrical-coordinate representation of color #997007: hue angle of 43.15º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #997007 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 7 -
CMYK 0 0.27 0.95 0.4
HSL 43.15º 0.91% 0.31% -
HSV(B) 43.15º 0.95% 0.6% -
XYZ 18.97 18.38 2.75 -
YUV 112.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 153 112 7 0 0.27 0.95 0.4 43.15 0.91 0.31
Hex 99 70 7 0 1B 5F 28 2B 5B 1F
Octal 231 160 7 0 33 137 50 53 133 37
Binary 10011001 1110000 111 0 11011 1011111 101000 101011 1011011 11111

Color Harmonies of #997007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997007

Black with #997007

Text Example


Text Example

White with #997007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997007; }

 p { color: rgb(153,112,7); }

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

background-color css

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

 a { background-color: rgb(153,112,7); }

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

border-color css

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

 span { border-color: rgb(153,112,7); }

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