#65560A

Color #65560A Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #65560A

Tints of Raw Umber #65560A

Color information

#65560A (or 0x65560A) is unknown color: approx Raw Umber. HEX triplet: 65, 56 and 0A. RGB value is (101,86,10). Sum of RGB (Red+Green+Blue) = 101+86+10=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #65560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65560A is #9AA9F5. Grayscale: #525252. Windows color (decimal): -10136054 or 677477. OLE color: 677477.

HSL color Cylindrical-coordinate representation of color #65560A: hue angle of 50.11º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65560A is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB1018610-
CMYK00.150.900.60
HSL50.11º81.98%21.76%-
HSV(B)50.11º90.1%39.61%-
XYZ8.759.441.65-
YUV81.8287.47141.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.27%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 10 (4.30% from 255) = 5.08%
R=51.27%
G=43.65%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101861000.150.900.6050.1181.9821.76
Hex6556A0F5A3C325216
Octal14512612017132746212226
Binary110010110101101010011111011010111100110010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65560A; }

 p { color: rgb(101,86,10); }

 H1.HeaderClassName
 {
   color: #65560A;
 }
 .AnyTagClassName
 {
   color: #65560A;
 }
</style>
background-color css

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

 a { background-color: rgb(101,86,10); }

 div.DivClassName
 {
   background-color: #65560A;
 }
 .BgClassName
 {
   background-color: #65560A;
 }
</style>
border-color css

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

 span { border-color: rgb(101,86,10); }

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