#6F6B53

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

Shades of Crocodile #6F6B53

Tints of Crocodile #6F6B53

Color information

#6F6B53 (or 0x6F6B53) is unknown color: approx Crocodile. HEX triplet: 6F, 6B and 53. RGB value is (111,107,83). Sum of RGB (Red+Green+Blue) = 111+107+83=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B53 is #9094AC. Grayscale: #696969. Windows color (decimal): -9475245 or 5466991. OLE color: 5466991.

HSL color Cylindrical-coordinate representation of color #6F6B53: hue angle of 51.43º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F6B53 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB11110783-
CMYK00.040.250.56
HSL51.43º14.43%38.04%-
HSV(B)51.43º25.23%43.53%-
XYZ13.3714.5210.28-
YUV105.46115.33131.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.88%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 83 (32.81% from 255) = 27.57%
R=36.88%
G=35.55%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111078300.040.250.5651.4314.4338.04
Hex6F6B5304193833e26
Octal157153123043170631646
Binary1101111110101110100110100110011110001100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,107,83); }

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

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

 a { background-color: rgb(111,107,83); }

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

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

 span { border-color: rgb(111,107,83); }

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