Html Css Color HEX #6D605C Dorado

📋 copy color: '#6D605C'

red 109 ◦ green 96 ◦ blue 92

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

Shades of Dorado #6D605C

Tints of Dorado #6D605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

 BLUE value IS 92 (36.33% from 255) = 30.98%

R = 36.7%
G = 32.32%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D605C (or 0x6D605C) is known color: Dorado. HEX triplet: 6D, 60 and 5C. RGB value is (109,96,92). Sum of RGB (Red+Green+Blue) = 109+96+92=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 109 - color contains mainly: red. Hex color #6D605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D605C is #929FA3. Grayscale: #636363. Windows color (decimal): -9609124 or 6053997. OLE color: 6053997.

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

Color convert

RGB 109 96 92 -
CMYK 0 0.12 0.16 0.57
HSL 14.12º 0.08% 0.39% -
HSV(B) 14.12º 0.16% 0.43% -
XYZ 12.42 12.39 11.86 -
YUV 99.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 109 96 92 0 0.12 0.16 0.57 14.12 0.08 0.39
Hex 6D 60 5C 0 C 10 39 E 8 27
Octal 155 140 134 0 14 20 71 16 10 47
Binary 1101101 1100000 1011100 0 1100 10000 111001 1110 1000 100111

Color Harmonies of #6D605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D605C

Black with #6D605C

Text Example


Text Example

White with #6D605C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,96,92); }

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

background-color css

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

 a { background-color: rgb(109,96,92); }

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

border-color css

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

 span { border-color: rgb(109,96,92); }

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