#6C674A

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

Shades of Crocodile #6C674A

Tints of Crocodile #6C674A

Color information

#6C674A (or 0x6C674A) is unknown color: approx Crocodile. HEX triplet: 6C, 67 and 4A. RGB value is (108,103,74). Sum of RGB (Red+Green+Blue) = 108+103+74=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 108 - color contains mainly: red. Hex color #6C674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C674A is #9398B5. Grayscale: #656565. Windows color (decimal): -9672886 or 4876140. OLE color: 4876140.

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

Color convert

RGB10810374-
CMYK00.050.310.58
HSL51.18º18.68%35.69%-
HSV(B)51.18º31.48%42.35%-
XYZ12.2713.388.42-
YUV101.19112.66132.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.89%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=37.89%
G=36.14%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081037400.050.310.5851.1818.6835.69
Hex6C674A051F3A331324
Octal154147112053772632344
Binary11011001100111100101001011111111101011001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,103,74); }

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

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

 a { background-color: rgb(108,103,74); }

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

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

 span { border-color: rgb(108,103,74); }

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