Html Css Color HEX #6C6058 Dorado

📋 copy color: '#6C6058'

red 108 ◦ green 96 ◦ blue 88

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

Shades of Dorado #6C6058

Tints of Dorado #6C6058

RGB

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

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

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

R = 36.99%
G = 32.88%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6C6058 (or 0x6C6058) is known color: Dorado. HEX triplet: 6C, 60 and 58. RGB value is (108,96,88). Sum of RGB (Red+Green+Blue) = 108+96+88=292 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.99% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6058 is #939FA7. Grayscale: #626262. Windows color (decimal): -9674664 or 5791852. OLE color: 5791852.

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

Color convert

RGB 108 96 88 -
CMYK 0 0.11 0.19 0.58
HSL 24º 0.1% 0.38% -
HSV(B) 24º 0.19% 0.42% -
XYZ 12.13 12.26 10.96 -
YUV 98.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 108 96 88 0 0.11 0.19 0.58 24 0.1 0.38
Hex 6C 60 58 0 B 13 3A 18 A 26
Octal 154 140 130 0 13 23 72 30 12 46
Binary 1101100 1100000 1011000 0 1011 10011 111010 11000 1010 100110

Color Harmonies of #6C6058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6058

Black with #6C6058

Text Example


Text Example

White with #6C6058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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