Html Css Color HEX #997707 Golden Brown

📋 copy color: '#997707'

red 153 ◦ green 119 ◦ blue 7

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

Shades of Golden Brown #997707

Tints of Golden Brown #997707

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.65%

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

R = 54.84%
G = 42.65%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#997707 (or 0x997707) is known color: Golden Brown. HEX triplet: 99, 77 and 07. RGB value is (153,119,7). Sum of RGB (Red+Green+Blue) = 153+119+7=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #997707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997707 is #6688F8. Grayscale: #747474. Windows color (decimal): -6719737 or 489369. OLE color: 489369.

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

Color convert

RGB 153 119 7 -
CMYK 0 0.22 0.95 0.4
HSL 46.03º 0.91% 0.31% -
HSV(B) 46.03º 0.95% 0.6% -
XYZ 19.77 19.98 3.02 -
YUV 116.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 153 119 7 0 0.22 0.95 0.4 46.03 0.91 0.31
Hex 99 77 7 0 16 5F 28 2E 5B 1F
Octal 231 167 7 0 26 137 50 56 133 37
Binary 10011001 1110111 111 0 10110 1011111 101000 101110 1011011 11111

Color Harmonies of #997707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997707

Black with #997707

Text Example


Text Example

White with #997707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997707; }

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

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

background-color css

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

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

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

border-color css

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

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

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