Html Css Color HEX #6D645F Dorado

📋 copy color: '#6D645F'

red 109 ◦ green 100 ◦ blue 95

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

Shades of Dorado #6D645F

Tints of Dorado #6D645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.89%

 BLUE value IS 95 (37.5% from 255) = 31.25%

R = 35.86%
G = 32.89%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D645F (or 0x6D645F) is known color: Dorado. HEX triplet: 6D, 64 and 5F. RGB value is (109,100,95). Sum of RGB (Red+Green+Blue) = 109+100+95=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 109 - color contains mainly: red. Hex color #6D645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D645F is #929BA0. Grayscale: #666666. Windows color (decimal): -9608097 or 6251629. OLE color: 6251629.

HSL color Cylindrical-coordinate representation of color #6D645F: hue angle of 21.43º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D645F is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 100 95 -
CMYK 0 0.08 0.13 0.57
HSL 21.43º 0.07% 0.4% -
HSV(B) 21.43º 0.13% 0.43% -
XYZ 12.93 13.19 12.69 -
YUV 102.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 109 100 95 0 0.08 0.13 0.57 21.43 0.07 0.4
Hex 6D 64 5F 0 8 D 39 15 7 28
Octal 155 144 137 0 10 15 71 25 7 50
Binary 1101101 1100100 1011111 0 1000 1101 111001 10101 111 101000

Color Harmonies of #6D645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D645F

Black with #6D645F

Text Example


Text Example

White with #6D645F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,100,95); }

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

background-color css

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

 a { background-color: rgb(109,100,95); }

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

border-color css

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

 span { border-color: rgb(109,100,95); }

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