#69674B

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

Shades of Hemlock #69674B

Tints of Hemlock #69674B

Color information

#69674B (or 0x69674B) is unknown color: approx Hemlock. HEX triplet: 69, 67 and 4B. RGB value is (105,103,75). Sum of RGB (Red+Green+Blue) = 105+103+75=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #69674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69674B is #9698B4. Grayscale: #646464. Windows color (decimal): -9869493 or 4941673. OLE color: 4941673.

HSL color Cylindrical-coordinate representation of color #69674B: hue angle of 56º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69674B is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB10510375-
CMYK00.020.290.59
HSL56º16.67%35.29%-
HSV(B)56º28.57%41.18%-
XYZ11.9513.218.58-
YUV100.41113.66131.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 103 (40.62% from 255) = 36.40%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=37.10%
G=36.40%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051037500.020.290.595616.6735.29
Hex69674B021D3B381123
Octal151147113023573702143
Binary1101001110011110010110101110111101111100010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69674B; }

 p { color: rgb(105,103,75); }

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

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

 a { background-color: rgb(105,103,75); }

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

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

 span { border-color: rgb(105,103,75); }

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