#645633

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

Shades of West Coast #645633

Tints of West Coast #645633

Color information

#645633 (or 0x645633) is unknown color: approx West Coast. HEX triplet: 64, 56 and 33. RGB value is (100,86,51). Sum of RGB (Red+Green+Blue) = 100+86+51=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 100 - color contains mainly: red. Hex color #645633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645633 is #9BA9CC. Grayscale: #565656. Windows color (decimal): -10201549 or 3364452. OLE color: 3364452.

HSL color Cylindrical-coordinate representation of color #645633: hue angle of 42.86º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #645633 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB1008651-
CMYK00.140.490.61
HSL42.86º32.45%29.61%-
HSV(B)42.86º49%39.22%-
XYZ9.189.64.5-
YUV86.2108.14137.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.19%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=42.19%
G=36.29%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100865100.140.490.6142.8632.4529.61
Hex6456330E313D2b201e
Octal144126630166175534036
Binary110010010101101100110111011000111110110101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645633; }

 p { color: rgb(100,86,51); }

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

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

 a { background-color: rgb(100,86,51); }

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

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

 span { border-color: rgb(100,86,51); }

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