#645852

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

Shades of Tundora #645852

Tints of Tundora #645852

Color information

#645852 (or 0x645852) is unknown color: approx Tundora. HEX triplet: 64, 58 and 52. RGB value is (100,88,82). Sum of RGB (Red+Green+Blue) = 100+88+82=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 100 - color contains mainly: red. Hex color #645852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645852 is #9BA7AD. Grayscale: #5A5A5A. Windows color (decimal): -10201006 or 5396580. OLE color: 5396580.

HSL color Cylindrical-coordinate representation of color #645852: hue angle of 20º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #645852 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB1008882-
CMYK00.120.180.61
HSL20º9.89%35.69%-
HSV(B)20º18%39.22%-
XYZ10.2710.39.43-
YUV90.9122.98134.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.04%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=37.04%
G=32.59%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100888200.120.180.61209.8935.69
Hex6458520C123D14a24
Octal1441301220142275241244
Binary1100100101100010100100110010010111101101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645852; }

 p { color: rgb(100,88,82); }

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

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

 a { background-color: rgb(100,88,82); }

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

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

 span { border-color: rgb(100,88,82); }

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