Html Css Color HEX #6E615C Dorado

📋 copy color: '#6E615C'

red 110 ◦ green 97 ◦ blue 92

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

Shades of Dorado #6E615C

Tints of Dorado #6E615C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.44%

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 36.79%
G = 32.44%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6E615C (or 0x6E615C) is known color: Dorado. HEX triplet: 6E, 61 and 5C. RGB value is (110,97,92). Sum of RGB (Red+Green+Blue) = 110+97+92=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 110 - color contains mainly: red. Hex color #6E615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E615C is #919EA3. Grayscale: #646464. Windows color (decimal): -9543332 or 6054254. OLE color: 6054254.

HSL color Cylindrical-coordinate representation of color #6E615C: hue angle of 16.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E615C is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 97 92 -
CMYK 0 0.12 0.16 0.57
HSL 16.67º 0.09% 0.4% -
HSV(B) 16.67º 0.16% 0.43% -
XYZ 12.64 12.64 11.9 -
YUV 100.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 110 97 92 0 0.12 0.16 0.57 16.67 0.09 0.4
Hex 6E 61 5C 0 C 10 39 11 9 28
Octal 156 141 134 0 14 20 71 21 11 50
Binary 1101110 1100001 1011100 0 1100 10000 111001 10001 1001 101000

Color Harmonies of #6E615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E615C

Black with #6E615C

Text Example


Text Example

White with #6E615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,97,92); }

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

background-color css

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

 a { background-color: rgb(110,97,92); }

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

border-color css

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

 span { border-color: rgb(110,97,92); }

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