Html Css Color HEX #6C6662 Dorado

📋 copy color: '#6C6662'

red 108 ◦ green 102 ◦ blue 98

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

Shades of Dorado #6C6662

Tints of Dorado #6C6662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.12%

 BLUE value IS 98 (38.67% from 255) = 31.82%

R = 35.06%
G = 33.12%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6C6662 (or 0x6C6662) is known color: Dorado. HEX triplet: 6C, 66 and 62. RGB value is (108,102,98). Sum of RGB (Red+Green+Blue) = 108+102+98=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6662 is #93999D. Grayscale: #676767. Windows color (decimal): -9673118 or 6448748. OLE color: 6448748.

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

Color convert

RGB 108 102 98 -
CMYK 0 0.06 0.09 0.58
HSL 24º 0.05% 0.4% -
HSV(B) 24º 0.09% 0.42% -
XYZ 13.14 13.57 13.48 -
YUV 103.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 108 102 98 0 0.06 0.09 0.58 24 0.05 0.4
Hex 6C 66 62 0 6 9 3A 18 5 28
Octal 154 146 142 0 6 11 72 30 5 50
Binary 1101100 1100110 1100010 0 110 1001 111010 11000 101 101000

Color Harmonies of #6C6662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6662

Black with #6C6662

Text Example


Text Example

White with #6C6662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,102,98); }

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

background-color css

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

 a { background-color: rgb(108,102,98); }

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

border-color css

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

 span { border-color: rgb(108,102,98); }

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