#6F723E

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

Shades of Hemlock #6F723E

Tints of Hemlock #6F723E

Color information

#6F723E (or 0x6F723E) is unknown color: approx Hemlock. HEX triplet: 6F, 72 and 3E. RGB value is (111,114,62). Sum of RGB (Red+Green+Blue) = 111+114+62=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #6F723E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F723E is #908DC1. Grayscale: #6B6B6B. Windows color (decimal): -9473474 or 4092527. OLE color: 4092527.

HSL color Cylindrical-coordinate representation of color #6F723E: hue angle of 63.46º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F723E is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB11111462-
CMYK0.0300.460.55
HSL63.46º29.55%34.51%-
HSV(B)63.46º45.61%44.71%-
XYZ13.4415.766.89-
YUV107.18102.51130.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=38.68%
G=39.72%
B=21.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111114620.0300.460.5563.4629.5534.51
Hex6F723E302E373f1e23
Octal15716276305667773643
Binary1101111111001011111011010111011011111111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F723E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,114,62); }

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

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

 a { background-color: rgb(111,114,62); }

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

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

 span { border-color: rgb(111,114,62); }

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