Html Css Color HEX #6D684E Crocodile

📋 copy color: '#6D684E'

red 109 ◦ green 104 ◦ blue 78

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

Shades of Crocodile #6D684E

Tints of Crocodile #6D684E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 37.46%
G = 35.74%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D684E (or 0x6D684E) is known color: Crocodile. HEX triplet: 6D, 68 and 4E. RGB value is (109,104,78). Sum of RGB (Red+Green+Blue) = 109+104+78=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D684E is #9297B1. Grayscale: #666666. Windows color (decimal): -9607090 or 5138541. OLE color: 5138541.

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

Color convert

RGB 109 104 78 -
CMYK 0 0.05 0.28 0.57
HSL 50.32º 0.17% 0.37% -
HSV(B) 50.32º 0.28% 0.43% -
XYZ 12.63 13.7 9.19 -
YUV 102.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 109 104 78 0 0.05 0.28 0.57 50.32 0.17 0.37
Hex 6D 68 4E 0 5 1C 39 32 11 25
Octal 155 150 116 0 5 34 71 62 21 45
Binary 1101101 1101000 1001110 0 101 11100 111001 110010 10001 100101

Color Harmonies of #6D684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D684E

Black with #6D684E

Text Example


Text Example

White with #6D684E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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