#6B693F

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

Shades of Hemlock #6B693F

Tints of Hemlock #6B693F

Color information

#6B693F (or 0x6B693F) is unknown color: approx Hemlock. HEX triplet: 6B, 69 and 3F. RGB value is (107,105,63). Sum of RGB (Red+Green+Blue) = 107+105+63=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 107 - color contains mainly: red. Hex color #6B693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B693F is #9496C0. Grayscale: #646464. Windows color (decimal): -9737921 or 4155755. OLE color: 4155755.

HSL color Cylindrical-coordinate representation of color #6B693F: hue angle of 57.27º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B693F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB10710563-
CMYK00.020.410.58
HSL57.27º25.88%33.33%-
HSV(B)57.27º41.12%41.96%-
XYZ12.0113.596.69-
YUV100.81106.66132.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.91%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 63 (25% from 255) = 22.91%
R=38.91%
G=38.18%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071056300.020.410.5857.2725.8833.33
Hex6B693F02293A391a21
Octal15315177025172713241
Binary1101011110100111111101010100111101011100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B693F; }

 p { color: rgb(107,105,63); }

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

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

 a { background-color: rgb(107,105,63); }

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

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

 span { border-color: rgb(107,105,63); }

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