Html Css Color HEX #6E635E Dorado

📋 copy color: '#6E635E'

red 110 ◦ green 99 ◦ blue 94

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

Shades of Dorado #6E635E

Tints of Dorado #6E635E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 36.3%
G = 32.67%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E635E (or 0x6E635E) is known color: Dorado. HEX triplet: 6E, 63 and 5E. RGB value is (110,99,94). Sum of RGB (Red+Green+Blue) = 110+99+94=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 110 - color contains mainly: red. Hex color #6E635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E635E is #919CA1. Grayscale: #656565. Windows color (decimal): -9542818 or 6185838. OLE color: 6185838.

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

Color convert

RGB 110 99 94 -
CMYK 0 0.1 0.15 0.57
HSL 18.75º 0.08% 0.4% -
HSV(B) 18.75º 0.15% 0.43% -
XYZ 12.91 13.05 12.43 -
YUV 101.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 110 99 94 0 0.1 0.15 0.57 18.75 0.08 0.4
Hex 6E 63 5E 0 A F 39 13 8 28
Octal 156 143 136 0 12 17 71 23 10 50
Binary 1101110 1100011 1011110 0 1010 1111 111001 10011 1000 101000

Color Harmonies of #6E635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E635E

Black with #6E635E

Text Example


Text Example

White with #6E635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,99,94); }

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

background-color css

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

 a { background-color: rgb(110,99,94); }

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

border-color css

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

 span { border-color: rgb(110,99,94); }

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