#6B654B

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

Shades of Crocodile #6B654B

Tints of Crocodile #6B654B

Color information

#6B654B (or 0x6B654B) is unknown color: approx Crocodile. HEX triplet: 6B, 65 and 4B. RGB value is (107,101,75). Sum of RGB (Red+Green+Blue) = 107+101+75=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 107 - color contains mainly: red. Hex color #6B654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B654B is #949AB4. Grayscale: #636363. Windows color (decimal): -9738933 or 4941163. OLE color: 4941163.

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

Color convert

RGB10710175-
CMYK00.060.300.58
HSL48.75º17.58%35.69%-
HSV(B)48.75º29.91%41.96%-
XYZ11.9912.948.52-
YUV99.83113.99133.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.81%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=37.81%
G=35.69%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071017500.060.300.5848.7517.5835.69
Hex6B654B061E3A311224
Octal153145113063672612244
Binary11010111100101100101101101111011101011000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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