#6C615C

Color #6C615C Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #6C615C

Tints of Dorado #6C615C

Color information

#6C615C (or 0x6C615C) is unknown color: approx Dorado. HEX triplet: 6C, 61 and 5C. RGB value is (108,97,92). Sum of RGB (Red+Green+Blue) = 108+97+92=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 108 - color contains mainly: red. Hex color #6C615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C615C is #939EA3. Grayscale: #636363. Windows color (decimal): -9674404 or 6054252. OLE color: 6054252.

HSL color Cylindrical-coordinate representation of color #6C615C: hue angle of 18.75º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6C615C is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB1089792-
CMYK00.100.150.58
HSL18.75º8%39.22%-
HSV(B)18.75º14.81%42.35%-
XYZ12.3912.5111.89-
YUV99.72123.64133.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.36%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=36.36%
G=32.66%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108979200.100.150.5818.75839.22
Hex6C615C0AF3A13827
Octal1541411340121772231047
Binary110110011000011011100010101111111010100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,97,92); }

 H1.HeaderClassName
 {
   color: #6C615C;
 }
 .AnyTagClassName
 {
   color: #6C615C;
 }
</style>
background-color css

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

 a { background-color: rgb(108,97,92); }

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

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

 span { border-color: rgb(108,97,92); }

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