#65470D

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

Shades of Raw Umber #65470D

Tints of Raw Umber #65470D

Color information

#65470D (or 0x65470D) is unknown color: approx Raw Umber. HEX triplet: 65, 47 and 0D. RGB value is (101,71,13). Sum of RGB (Red+Green+Blue) = 101+71+13=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #65470D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65470D is #9AB8F2. Grayscale: #494949. Windows color (decimal): -10139891 or 870245. OLE color: 870245.

HSL color Cylindrical-coordinate representation of color #65470D: hue angle of 39.55º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65470D is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.60.

Color convert

RGB1017113-
CMYK00.300.870.60
HSL39.55º77.19%22.35%-
HSV(B)39.55º87.13%39.61%-
XYZ7.697.31.38-
YUV73.3693.94147.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.59%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 13 (5.47% from 255) = 7.03%
R=54.59%
G=38.38%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101711300.300.870.6039.5577.1922.35
Hex6547D01E573C284d16
Octal14510715036127745011526
Binary1100101100011111010111101010111111100101000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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