Html Css Color HEX #6D6650 Crocodile

📋 copy color: '#6D6650'

red 109 ◦ green 102 ◦ blue 80

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

Shades of Crocodile #6D6650

Tints of Crocodile #6D6650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.05%

 BLUE value IS 80 (31.64% from 255) = 27.49%

R = 37.46%
G = 35.05%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6D6650 (or 0x6D6650) is known color: Crocodile. HEX triplet: 6D, 66 and 50. RGB value is (109,102,80). Sum of RGB (Red+Green+Blue) = 109+102+80=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6650 is #9299AF. Grayscale: #656565. Windows color (decimal): -9607600 or 5269101. OLE color: 5269101.

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

Color convert

RGB 109 102 80 -
CMYK 0 0.06 0.27 0.57
HSL 45.52º 0.15% 0.37% -
HSV(B) 45.52º 0.27% 0.43% -
XYZ 12.51 13.33 9.5 -
YUV 101.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 109 102 80 0 0.06 0.27 0.57 45.52 0.15 0.37
Hex 6D 66 50 0 6 1B 39 2E F 25
Octal 155 146 120 0 6 33 71 56 17 45
Binary 1101101 1100110 1010000 0 110 11011 111001 101110 1111 100101

Color Harmonies of #6D6650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6650

Black with #6D6650

Text Example


Text Example

White with #6D6650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,102,80); }

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

background-color css

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

 a { background-color: rgb(109,102,80); }

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

border-color css

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

 span { border-color: rgb(109,102,80); }

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