Html Css Color HEX #6C5D59 Dorado

📋 copy color: '#6C5D59'

red 108 ◦ green 93 ◦ blue 89

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

Shades of Dorado #6C5D59

Tints of Dorado #6C5D59

RGB

 RED value IS 108 (42.58% from 255) = 37.24%

 GREEN value IS 93 (36.72% from 255) = 32.07%

 BLUE value IS 89 (35.16% from 255) = 30.69%

R = 37.24%
G = 32.07%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6C5D59 (or 0x6C5D59) is known color: Dorado. HEX triplet: 6C, 5D and 59. RGB value is (108,93,89). Sum of RGB (Red+Green+Blue) = 108+93+89=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5D59 is #93A2A6. Grayscale: #616161. Windows color (decimal): -9675431 or 5856620. OLE color: 5856620.

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

Color convert

RGB 108 93 89 -
CMYK 0 0.14 0.18 0.58
HSL 12.63º 0.1% 0.39% -
HSV(B) 12.63º 0.18% 0.42% -
XYZ 11.9 11.74 11.09 -
YUV 97.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 108 93 89 0 0.14 0.18 0.58 12.63 0.1 0.39
Hex 6C 5D 59 0 E 12 3A D A 27
Octal 154 135 131 0 16 22 72 15 12 47
Binary 1101100 1011101 1011001 0 1110 10010 111010 1101 1010 100111

Color Harmonies of #6C5D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5D59

Black with #6C5D59

Text Example


Text Example

White with #6C5D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,93,89); }

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

background-color css

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

 a { background-color: rgb(108,93,89); }

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

border-color css

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

 span { border-color: rgb(108,93,89); }

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