Html Css Color HEX #6C6858 Crocodile

📋 copy color: '#6C6858'

red 108 ◦ green 104 ◦ blue 88

#6C6858
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crocodile #6C6858

Tints of Crocodile #6C6858

RGB

 RED value IS 108 (42.58% from 255) = 36%

 GREEN value IS 104 (41.02% from 255) = 34.67%

 BLUE value IS 88 (34.77% from 255) = 29.33%

R = 36%
G = 34.67%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6C6858 (or 0x6C6858) is known color: Crocodile. HEX triplet: 6C, 68 and 58. RGB value is (108,104,88). Sum of RGB (Red+Green+Blue) = 108+104+88=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6858 is #9397A7. Grayscale: #676767. Windows color (decimal): -9672616 or 5793900. OLE color: 5793900.

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

Color convert

RGB 108 104 88 -
CMYK 0 0.04 0.19 0.58
HSL 48º 0.1% 0.38% -
HSV(B) 48º 0.19% 0.42% -
XYZ 12.9 13.79 11.22 -
YUV 103.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 108 104 88 0 0.04 0.19 0.58 48 0.1 0.38
Hex 6C 68 58 0 4 13 3A 30 A 26
Octal 154 150 130 0 4 23 72 60 12 46
Binary 1101100 1101000 1011000 0 100 10011 111010 110000 1010 100110

Color Harmonies of #6C6858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6858

Black with #6C6858

Text Example


Text Example

White with #6C6858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,104,88); }

 H1.HeaderClassName
 {
   color: #6C6858;
 }
 .AnyTagClassName
 {
   color: #6C6858;
 }
</style>

background-color css

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

 a { background-color: rgb(108,104,88); }

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

border-color css

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

 span { border-color: rgb(108,104,88); }

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