#645105

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

Shades of Raw Umber #645105

Tints of Raw Umber #645105

Color information

#645105 (or 0x645105) is unknown color: approx Raw Umber. HEX triplet: 64, 51 and 05. RGB value is (100,81,5). Sum of RGB (Red+Green+Blue) = 100+81+5=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #645105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645105 is #9BAEFA. Grayscale: #4E4E4E. Windows color (decimal): -10202875 or 348516. OLE color: 348516.

HSL color Cylindrical-coordinate representation of color #645105: hue angle of 48º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #645105 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB100815-
CMYK00.190.950.61
HSL48º90.48%20.59%-
HSV(B)48º95%39.22%-
XYZ8.238.611.37-
YUV78.0286.79143.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.76%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 5 (2.34% from 255) = 2.69%
R=53.76%
G=43.55%
B=2.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10081500.190.950.614890.4820.59
Hex645150135F3D305a15
Octal1441215023137756013225
Binary110010010100011010100111011111111101110000101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645105; }

 p { color: rgb(100,81,5); }

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

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

 a { background-color: rgb(100,81,5); }

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

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

 span { border-color: rgb(100,81,5); }

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