Html Css Color HEX #6E625B Dorado

📋 copy color: '#6E625B'

red 110 ◦ green 98 ◦ blue 91

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

Shades of Dorado #6E625B

Tints of Dorado #6E625B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

 BLUE value IS 91 (35.94% from 255) = 30.43%

R = 36.79%
G = 32.78%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6E625B (or 0x6E625B) is known color: Dorado. HEX triplet: 6E, 62 and 5B. RGB value is (110,98,91). Sum of RGB (Red+Green+Blue) = 110+98+91=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 110 - color contains mainly: red. Hex color #6E625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E625B is #919DA4. Grayscale: #646464. Windows color (decimal): -9543077 or 5988974. OLE color: 5988974.

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

Color convert

RGB 110 98 91 -
CMYK 0 0.11 0.17 0.57
HSL 22.11º 0.09% 0.39% -
HSV(B) 22.11º 0.17% 0.43% -
XYZ 12.69 12.81 11.7 -
YUV 100.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 110 98 91 0 0.11 0.17 0.57 22.11 0.09 0.39
Hex 6E 62 5B 0 B 11 39 16 9 27
Octal 156 142 133 0 13 21 71 26 11 47
Binary 1101110 1100010 1011011 0 1011 10001 111001 10110 1001 100111

Color Harmonies of #6E625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E625B

Black with #6E625B

Text Example


Text Example

White with #6E625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,98,91); }

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

background-color css

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

 a { background-color: rgb(110,98,91); }

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

border-color css

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

 span { border-color: rgb(110,98,91); }

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