Html Css Color HEX #6C6059 Dorado

📋 copy color: '#6C6059'

red 108 ◦ green 96 ◦ blue 89

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

Shades of Dorado #6C6059

Tints of Dorado #6C6059

RGB

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

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

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

R = 36.86%
G = 32.76%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6C6059 (or 0x6C6059) is known color: Dorado. HEX triplet: 6C, 60 and 59. RGB value is (108,96,89). Sum of RGB (Red+Green+Blue) = 108+96+89=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6059 is #939FA6. Grayscale: #626262. Windows color (decimal): -9674663 or 5857388. OLE color: 5857388.

HSL color Cylindrical-coordinate representation of color #6C6059: hue angle of 22.11º 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 #6C6059 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 96 89 -
CMYK 0 0.11 0.18 0.58
HSL 22.11º 0.1% 0.39% -
HSV(B) 22.11º 0.18% 0.42% -
XYZ 12.17 12.28 11.18 -
YUV 98.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 108 96 89 0 0.11 0.18 0.58 22.11 0.1 0.39
Hex 6C 60 59 0 B 12 3A 16 A 27
Octal 154 140 131 0 13 22 72 26 12 47
Binary 1101100 1100000 1011001 0 1011 10010 111010 10110 1010 100111

Color Harmonies of #6C6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6059

Black with #6C6059

Text Example


Text Example

White with #6C6059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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