#65580A

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

Shades of Raw Umber #65580A

Tints of Raw Umber #65580A

Color information

#65580A (or 0x65580A) is unknown color: approx Raw Umber. HEX triplet: 65, 58 and 0A. RGB value is (101,88,10). Sum of RGB (Red+Green+Blue) = 101+88+10=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65580A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65580A is #9AA7F5. Grayscale: #535353. Windows color (decimal): -10135542 or 677989. OLE color: 677989.

HSL color Cylindrical-coordinate representation of color #65580A: hue angle of 51.43º 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 #65580A is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB1018810-
CMYK00.130.900.60
HSL51.43º81.98%21.76%-
HSV(B)51.43º90.1%39.61%-
XYZ8.919.771.7-
YUV82.9986.81140.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 88 (34.77% from 255) = 44.22%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=50.75%
G=44.22%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101881000.130.900.6051.4381.9821.76
Hex6558A0D5A3C335216
Octal14513012015132746312226
Binary110010110110001010011011011010111100110011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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