#6B674A

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

Shades of Hemlock #6B674A

Tints of Hemlock #6B674A

Color information

#6B674A (or 0x6B674A) is unknown color: approx Hemlock. HEX triplet: 6B, 67 and 4A. RGB value is (107,103,74). Sum of RGB (Red+Green+Blue) = 107+103+74=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 107 - color contains mainly: red. Hex color #6B674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B674A is #9498B5. Grayscale: #656565. Windows color (decimal): -9738422 or 4876139. OLE color: 4876139.

HSL color Cylindrical-coordinate representation of color #6B674A: hue angle of 52.73º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B674A is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB10710374-
CMYK00.040.310.58
HSL52.73º18.23%35.49%-
HSV(B)52.73º30.84%41.96%-
XYZ12.1513.328.41-
YUV100.89112.83132.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.68%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=37.68%
G=36.27%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071037400.040.310.5852.7318.2335.49
Hex6B674A041F3A351223
Octal153147112043772652243
Binary11010111100111100101001001111111101011010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,103,74); }

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

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

 a { background-color: rgb(107,103,74); }

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

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

 span { border-color: rgb(107,103,74); }

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