Html Css Color HEX #995F0A Golden Brown

📋 copy color: '#995F0A'

red 153 ◦ green 95 ◦ blue 10

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

Shades of Golden Brown #995F0A

Tints of Golden Brown #995F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.88%

R = 59.3%
G = 36.82%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#995F0A (or 0x995F0A) is known color: Golden Brown. HEX triplet: 99, 5F and 0A. RGB value is (153,95,10). Sum of RGB (Red+Green+Blue) = 153+95+10=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #995F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995F0A is #66A0F5. Grayscale: #676767. Windows color (decimal): -6725878 or 679833. OLE color: 679833.

HSL color Cylindrical-coordinate representation of color #995F0A: hue angle of 35.66º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #995F0A is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 95 10 -
CMYK 0 0.38 0.93 0.4
HSL 35.66º 0.88% 0.32% -
HSV(B) 35.66º 0.93% 0.6% -
XYZ 17.28 14.98 2.27 -
YUV 102.65 75.72 163.91 -
System Red Green Blue C M Y K H S L
Decimal 153 95 10 0 0.38 0.93 0.4 35.66 0.88 0.32
Hex 99 5F A 0 26 5D 28 24 58 20
Octal 231 137 12 0 46 135 50 44 130 40
Binary 10011001 1011111 1010 0 100110 1011101 101000 100100 1011000 100000

Color Harmonies of #995F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F0A

Black with #995F0A

Text Example


Text Example

White with #995F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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