#6F6958

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

Shades of Crocodile #6F6958

Tints of Crocodile #6F6958

Color information

#6F6958 (or 0x6F6958) is unknown color: approx Crocodile. HEX triplet: 6F, 69 and 58. RGB value is (111,105,88). Sum of RGB (Red+Green+Blue) = 111+105+88=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6958 is #9096A7. Grayscale: #686868. Windows color (decimal): -9475752 or 5794159. OLE color: 5794159.

HSL color Cylindrical-coordinate representation of color #6F6958: hue angle of 44.35º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F6958 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB11110588-
CMYK00.050.210.56
HSL44.35º11.56%39.02%-
HSV(B)44.35º20.72%43.53%-
XYZ13.3714.1911.27-
YUV104.86118.49132.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 88 (34.77% from 255) = 28.95%
R=36.51%
G=34.54%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111058800.050.210.5644.3511.5639.02
Hex6F69580515382cc27
Octal157151130052570541447
Binary1101111110100110110000101101011110001011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,105,88); }

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

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

 a { background-color: rgb(111,105,88); }

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

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

 span { border-color: rgb(111,105,88); }

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