Html Css Color HEX #6B5E59 Dorado

📋 copy color: '#6B5E59'

red 107 ◦ green 94 ◦ blue 89

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

Shades of Dorado #6B5E59

Tints of Dorado #6B5E59

RGB

 RED value IS 107 (42.19% from 255) = 36.9%

 GREEN value IS 94 (37.11% from 255) = 32.41%

 BLUE value IS 89 (35.16% from 255) = 30.69%

R = 36.9%
G = 32.41%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#6B5E59 (or 0x6B5E59) is known color: Dorado. HEX triplet: 6B, 5E and 59. RGB value is (107,94,89). Sum of RGB (Red+Green+Blue) = 107+94+89=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E59 is #94A1A6. Grayscale: #616161. Windows color (decimal): -9740711 or 5856875. OLE color: 5856875.

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

Color convert

RGB 107 94 89 -
CMYK 0 0.12 0.17 0.58
HSL 16.67º 0.09% 0.38% -
HSV(B) 16.67º 0.17% 0.42% -
XYZ 11.87 11.85 11.11 -
YUV 97.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 107 94 89 0 0.12 0.17 0.58 16.67 0.09 0.38
Hex 6B 5E 59 0 C 11 3A 11 9 26
Octal 153 136 131 0 14 21 72 21 11 46
Binary 1101011 1011110 1011001 0 1100 10001 111010 10001 1001 100110

Color Harmonies of #6B5E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5E59

Black with #6B5E59

Text Example


Text Example

White with #6B5E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,94,89); }

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

background-color css

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

 a { background-color: rgb(107,94,89); }

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

border-color css

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

 span { border-color: rgb(107,94,89); }

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