#65470A

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

Shades of Raw Umber #65470A

Tints of Raw Umber #65470A

Color information

#65470A (or 0x65470A) is unknown color: approx Raw Umber. HEX triplet: 65, 47 and 0A. RGB value is (101,71,10). Sum of RGB (Red+Green+Blue) = 101+71+10=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #65470A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65470A is #9AB8F5. Grayscale: #494949. Windows color (decimal): -10139894 or 673637. OLE color: 673637.

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

Color convert

RGB1017110-
CMYK00.300.900.60
HSL40.22º81.98%21.76%-
HSV(B)40.22º90.1%39.61%-
XYZ7.677.31.29-
YUV73.0292.44147.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.49%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 10 (4.30% from 255) = 5.49%
R=55.49%
G=39.01%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101711000.300.900.6040.2281.9821.76
Hex6547A01E5A3C285216
Octal14510712036132745012226
Binary1100101100011110100111101011010111100101000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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