Html Css Color HEX #995A0F Golden Brown

📋 copy color: '#995A0F'

red 153 ◦ green 90 ◦ blue 15

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

Shades of Golden Brown #995A0F

Tints of Golden Brown #995A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.88%

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 59.3%
G = 34.88%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#995A0F (or 0x995A0F) is known color: Golden Brown. HEX triplet: 99, 5A and 0F. RGB value is (153,90,15). Sum of RGB (Red+Green+Blue) = 153+90+15=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #995A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995A0F is #66A5F0. Grayscale: #646464. Windows color (decimal): -6727153 or 1006233. OLE color: 1006233.

HSL color Cylindrical-coordinate representation of color #995A0F: hue angle of 32.61º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #995A0F is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 90 15 -
CMYK 0 0.41 0.90 0.4
HSL 32.61º 0.82% 0.33% -
HSV(B) 32.61º 0.9% 0.6% -
XYZ 16.88 14.12 2.29 -
YUV 100.29 79.87 165.6 -
System Red Green Blue C M Y K H S L
Decimal 153 90 15 0 0.41 0.90 0.4 32.61 0.82 0.33
Hex 99 5A F 0 29 5A 28 21 52 21
Octal 231 132 17 0 51 132 50 41 122 41
Binary 10011001 1011010 1111 0 101001 1011010 101000 100001 1010010 100001

Color Harmonies of #995A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A0F

Black with #995A0F

Text Example


Text Example

White with #995A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,90,15); }

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

background-color css

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

 a { background-color: rgb(153,90,15); }

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

border-color css

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

 span { border-color: rgb(153,90,15); }

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