#6C674B

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

Shades of Crocodile #6C674B

Tints of Crocodile #6C674B

Color information

#6C674B (or 0x6C674B) is unknown color: approx Crocodile. HEX triplet: 6C, 67 and 4B. RGB value is (108,103,75). Sum of RGB (Red+Green+Blue) = 108+103+75=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 108 - color contains mainly: red. Hex color #6C674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C674B is #9398B4. Grayscale: #656565. Windows color (decimal): -9672885 or 4941676. OLE color: 4941676.

HSL color Cylindrical-coordinate representation of color #6C674B: hue angle of 50.91º degrees, saturation: 0.18, 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 #6C674B is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB10810375-
CMYK00.050.310.58
HSL50.91º18.03%35.88%-
HSV(B)50.91º30.56%42.35%-
XYZ12.313.48.59-
YUV101.3113.16132.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.76%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=37.76%
G=36.01%
B=26.22%

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
Decimal1081037500.050.310.5850.9118.0335.88
Hex6C674B051F3A331224
Octal154147113053772632244
Binary11011001100111100101101011111111101011001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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