#6F6C34

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

Shades of Crete #6F6C34

Tints of Crete #6F6C34

Color information

#6F6C34 (or 0x6F6C34) is unknown color: approx Crete. HEX triplet: 6F, 6C and 34. RGB value is (111,108,52). Sum of RGB (Red+Green+Blue) = 111+108+52=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6C34 is #9093CB. Grayscale: #666666. Windows color (decimal): -9475020 or 3435631. OLE color: 3435631.

HSL color Cylindrical-coordinate representation of color #6F6C34: hue angle of 56.95º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F6C34 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB11110852-
CMYK00.030.530.56
HSL56.95º36.2%31.96%-
HSV(B)56.95º53.15%43.53%-
XYZ12.5414.355.36-
YUV102.5199.49134.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=40.96%
G=39.85%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111085200.030.530.5656.9536.231.96
Hex6F6C34033538392420
Octal15715464036570714440
Binary11011111101100110100011110101111000111001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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