#6B654F

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

Shades of Crocodile #6B654F

Tints of Crocodile #6B654F

Color information

#6B654F (or 0x6B654F) is unknown color: approx Crocodile. HEX triplet: 6B, 65 and 4F. RGB value is (107,101,79). Sum of RGB (Red+Green+Blue) = 107+101+79=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B654F is #949AB0. Grayscale: #646464. Windows color (decimal): -9738929 or 5203307. OLE color: 5203307.

HSL color Cylindrical-coordinate representation of color #6B654F: hue angle of 47.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B654F is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB10710179-
CMYK00.060.260.58
HSL47.14º15.05%36.47%-
HSV(B)47.14º26.17%41.96%-
XYZ12.13139.27-
YUV100.29115.99132.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.28%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=37.28%
G=35.19%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071017900.060.260.5847.1415.0536.47
Hex6B654F061A3A2ff24
Octal153145117063272571744
Binary1101011110010110011110110110101110101011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,101,79); }

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

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

 a { background-color: rgb(107,101,79); }

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

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

 span { border-color: rgb(107,101,79); }

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