#69654A

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

Shades of Hemlock #69654A

Tints of Hemlock #69654A

Color information

#69654A (or 0x69654A) is unknown color: approx Hemlock. HEX triplet: 69, 65 and 4A. RGB value is (105,101,74). Sum of RGB (Red+Green+Blue) = 105+101+74=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #69654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69654A is #969AB5. Grayscale: #636363. Windows color (decimal): -9870006 or 4875625. OLE color: 4875625.

HSL color Cylindrical-coordinate representation of color #69654A: hue angle of 52.26º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69654A is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB10510174-
CMYK00.040.300.59
HSL52.26º17.32%35.1%-
HSV(B)52.26º29.52%41.18%-
XYZ11.7212.818.33-
YUV99.12113.83132.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 74 (29.30% from 255) = 26.43%
R=37.5%
G=36.07%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051017400.040.300.5952.2617.3235.1
Hex69654A041E3B341123
Octal151145112043673642143
Binary11010011100101100101001001111011101111010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69654A; }

 p { color: rgb(105,101,74); }

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

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

 a { background-color: rgb(105,101,74); }

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

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

 span { border-color: rgb(105,101,74); }

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