Html Css Color HEX #6D6550 Crocodile

📋 copy color: '#6D6550'

red 109 ◦ green 101 ◦ blue 80

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

Shades of Crocodile #6D6550

Tints of Crocodile #6D6550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.83%

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

R = 37.59%
G = 34.83%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6D6550 (or 0x6D6550) is known color: Crocodile. HEX triplet: 6D, 65 and 50. RGB value is (109,101,80). Sum of RGB (Red+Green+Blue) = 109+101+80=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6550 is #929AAF. Grayscale: #656565. Windows color (decimal): -9607856 or 5268845. OLE color: 5268845.

HSL color Cylindrical-coordinate representation of color #6D6550: hue angle of 43.45º 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 #6D6550 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 101 80 -
CMYK 0 0.07 0.27 0.57
HSL 43.45º 0.15% 0.37% -
HSV(B) 43.45º 0.27% 0.43% -
XYZ 12.41 13.14 9.47 -
YUV 101 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 109 101 80 0 0.07 0.27 0.57 43.45 0.15 0.37
Hex 6D 65 50 0 7 1B 39 2B F 25
Octal 155 145 120 0 7 33 71 53 17 45
Binary 1101101 1100101 1010000 0 111 11011 111001 101011 1111 100101

Color Harmonies of #6D6550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6550

Black with #6D6550

Text Example


Text Example

White with #6D6550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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