#646B2A

Color #646B2A Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #646B2A

Tints of Rain Forest #646B2A

Color information

#646B2A (or 0x646B2A) is unknown color: approx Rain Forest. HEX triplet: 64, 6B and 2A. RGB value is (100,107,42). Sum of RGB (Red+Green+Blue) = 100+107+42=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 107 - color contains mainly: green. Hex color #646B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646B2A is #9B94D5. Grayscale: #616161. Windows color (decimal): -10196182 or 2780004. OLE color: 2780004.

HSL color Cylindrical-coordinate representation of color #646B2A: hue angle of 66.46º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #646B2A is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB10010742-
CMYK0.0700.610.58
HSL66.46º43.62%29.22%-
HSV(B)66.46º60.75%41.96%-
XYZ10.9313.394.2-
YUV97.596.68129.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 107 (42.19% from 255) = 42.97%
BLUE value IS 42 (16.80% from 255) = 16.87%
R=40.16%
G=42.97%
B=16.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100107420.0700.610.5866.4643.6229.22
Hex646B2A703D3A422c1d
Octal144153527075721025435
Binary110010011010111010101110111101111010100001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646B2A; }

 p { color: rgb(100,107,42); }

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

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

 a { background-color: rgb(100,107,42); }

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

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

 span { border-color: rgb(100,107,42); }

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