#64583C

Color #64583C West Coast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Coast #64583C

Tints of West Coast #64583C

Color information

#64583C (or 0x64583C) is unknown color: approx West Coast. HEX triplet: 64, 58 and 3C. RGB value is (100,88,60). Sum of RGB (Red+Green+Blue) = 100+88+60=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #64583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64583C is #9BA7C3. Grayscale: #585858. Windows color (decimal): -10201028 or 3954788. OLE color: 3954788.

HSL color Cylindrical-coordinate representation of color #64583C: hue angle of 42º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64583C is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB1008860-
CMYK00.120.40.61
HSL42º25%31.37%-
HSV(B)42º40%39.22%-
XYZ9.5610.025.7-
YUV88.4111.98136.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 60 (23.83% from 255) = 24.19%
R=40.32%
G=35.48%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100886000.120.40.61422531.37
Hex64583C0C283D2a191f
Octal144130740145075523137
Binary11001001011000111100011001010001111011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64583C; }

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

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

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

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

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

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

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

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