Html Css Color HEX #6E6058 Dorado

📋 copy color: '#6E6058'

red 110 ◦ green 96 ◦ blue 88

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

Shades of Dorado #6E6058

Tints of Dorado #6E6058

RGB

 RED value IS 110 (43.36% from 255) = 37.41%

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

 BLUE value IS 88 (34.77% from 255) = 29.93%

R = 37.41%
G = 32.65%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.2

 K value IS 0.57

RGB Variations

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

Color information

#6E6058 (or 0x6E6058) is known color: Dorado. HEX triplet: 6E, 60 and 58. RGB value is (110,96,88). Sum of RGB (Red+Green+Blue) = 110+96+88=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6058 is #919FA7. Grayscale: #636363. Windows color (decimal): -9543592 or 5791854. OLE color: 5791854.

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

Color convert

RGB 110 96 88 -
CMYK 0 0.13 0.2 0.57
HSL 21.82º 0.11% 0.39% -
HSV(B) 21.82º 0.2% 0.43% -
XYZ 12.37 12.39 10.97 -
YUV 99.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 110 96 88 0 0.13 0.2 0.57 21.82 0.11 0.39
Hex 6E 60 58 0 D 14 39 16 B 27
Octal 156 140 130 0 15 24 71 26 13 47
Binary 1101110 1100000 1011000 0 1101 10100 111001 10110 1011 100111

Color Harmonies of #6E6058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6058

Black with #6E6058

Text Example


Text Example

White with #6E6058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,96,88); }

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

background-color css

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

 a { background-color: rgb(110,96,88); }

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

border-color css

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

 span { border-color: rgb(110,96,88); }

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