Html Css Color HEX #995607 Golden Brown

📋 copy color: '#995607'

red 153 ◦ green 86 ◦ blue 7

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

Shades of Golden Brown #995607

Tints of Golden Brown #995607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.96%

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

R = 62.2%
G = 34.96%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#995607 (or 0x995607) is known color: Golden Brown. HEX triplet: 99, 56 and 07. RGB value is (153,86,7). Sum of RGB (Red+Green+Blue) = 153+86+7=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #995607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995607 is #66A9F8. Grayscale: #616161. Windows color (decimal): -6728185 or 480921. OLE color: 480921.

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

Color convert

RGB 153 86 7 -
CMYK 0 0.44 0.95 0.4
HSL 32.47º 0.91% 0.31% -
HSV(B) 32.47º 0.95% 0.6% -
XYZ 16.5 13.44 1.93 -
YUV 97.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 153 86 7 0 0.44 0.95 0.4 32.47 0.91 0.31
Hex 99 56 7 0 2C 5F 28 20 5B 1F
Octal 231 126 7 0 54 137 50 40 133 37
Binary 10011001 1010110 111 0 101100 1011111 101000 100000 1011011 11111

Color Harmonies of #995607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995607

Black with #995607

Text Example


Text Example

White with #995607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995607; }

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

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

background-color css

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

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

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

border-color css

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

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

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