Html Css Color HEX #6D685A Crocodile

📋 copy color: '#6D685A'

red 109 ◦ green 104 ◦ blue 90

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

Shades of Crocodile #6D685A

Tints of Crocodile #6D685A

RGB

 RED value IS 109 (42.97% from 255) = 35.97%

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

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 35.97%
G = 34.32%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D685A (or 0x6D685A) is known color: Crocodile. HEX triplet: 6D, 68 and 5A. RGB value is (109,104,90). Sum of RGB (Red+Green+Blue) = 109+104+90=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 109 - color contains mainly: red. Hex color #6D685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D685A is #9297A5. Grayscale: #676767. Windows color (decimal): -9607078 or 5924973. OLE color: 5924973.

HSL color Cylindrical-coordinate representation of color #6D685A: hue angle of 44.21º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D685A is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 104 90 -
CMYK 0 0.05 0.17 0.57
HSL 44.21º 0.1% 0.39% -
HSV(B) 44.21º 0.17% 0.43% -
XYZ 13.1 13.89 11.66 -
YUV 103.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 109 104 90 0 0.05 0.17 0.57 44.21 0.1 0.39
Hex 6D 68 5A 0 5 11 39 2C A 27
Octal 155 150 132 0 5 21 71 54 12 47
Binary 1101101 1101000 1011010 0 101 10001 111001 101100 1010 100111

Color Harmonies of #6D685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D685A

Black with #6D685A

Text Example


Text Example

White with #6D685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,104,90); }

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

background-color css

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

 a { background-color: rgb(109,104,90); }

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

border-color css

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

 span { border-color: rgb(109,104,90); }

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