#6f6c37

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

Shades of Crete #6F6C37

Tints of Crete #6F6C37

Color information

#6F6C37 (or 0x6F6C37) is unknown color: approx Crete. HEX triplet: 6F, 6C and 37. RGB value is (111,108,55). Sum of RGB (Red+Green+Blue) = 111+108+55=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6C37 is #9093C8. Grayscale: #676767. Windows color (decimal): -9475017 or 3632239. OLE color: 3632239.

HSL color Cylindrical-coordinate representation of color #6F6C37: hue angle of 56.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F6C37 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB11110855-
CMYK00.030.500.56
HSL56.79º33.73%32.55%-
HSV(B)56.79º50.45%43.53%-
XYZ12.6114.385.73-
YUV102.85100.99133.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.51%
GREEN value IS 108 (42.58% from 255) = 39.42%
BLUE value IS 55 (21.88% from 255) = 20.07%
R=40.51%
G=39.42%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111085500.030.500.5656.7933.7332.55
Hex6F6C37033238392221
Octal15715467036270714241
Binary11011111101100110111011110010111000111001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f6c37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,108,55); }

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

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

 a { background-color: rgb(111,108,55); }

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

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

 span { border-color: rgb(111,108,55); }

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