Html Css Color HEX #995F07 Golden Brown

📋 copy color: '#995F07'

red 153 ◦ green 95 ◦ blue 7

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

Shades of Golden Brown #995F07

Tints of Golden Brown #995F07

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.25%

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

R = 60%
G = 37.25%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#995F07 (or 0x995F07) is known color: Golden Brown. HEX triplet: 99, 5F and 07. RGB value is (153,95,7). Sum of RGB (Red+Green+Blue) = 153+95+7=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #995F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995F07 is #66A0F8. Grayscale: #666666. Windows color (decimal): -6725881 or 483225. OLE color: 483225.

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

Color convert

RGB 153 95 7 -
CMYK 0 0.38 0.95 0.4
HSL 36.16º 0.91% 0.31% -
HSV(B) 36.16º 0.95% 0.6% -
XYZ 17.27 14.97 2.18 -
YUV 102.31 74.22 164.16 -
System Red Green Blue C M Y K H S L
Decimal 153 95 7 0 0.38 0.95 0.4 36.16 0.91 0.31
Hex 99 5F 7 0 26 5F 28 24 5B 1F
Octal 231 137 7 0 46 137 50 44 133 37
Binary 10011001 1011111 111 0 100110 1011111 101000 100100 1011011 11111

Color Harmonies of #995F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F07

Black with #995F07

Text Example


Text Example

White with #995F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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