#6B6555

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

Shades of Crocodile #6B6555

Tints of Crocodile #6B6555

Color information

#6B6555 (or 0x6B6555) is unknown color: approx Crocodile. HEX triplet: 6B, 65 and 55. RGB value is (107,101,85). Sum of RGB (Red+Green+Blue) = 107+101+85=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6555 is #949AAA. Grayscale: #656565. Windows color (decimal): -9738923 or 5596523. OLE color: 5596523.

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

Color convert

RGB10710185-
CMYK00.060.210.58
HSL43.64º11.46%37.65%-
HSV(B)43.64º20.56%41.96%-
XYZ12.3613.0910.47-
YUV100.97118.99132.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.52%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 85 (33.59% from 255) = 29.01%
R=36.52%
G=34.47%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071018500.060.210.5843.6411.4637.65
Hex6B655506153A2cb26
Octal153145125062572541346
Binary1101011110010110101010110101011110101011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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