Html Css Color HEX #6F6159 Dorado

📋 copy color: '#6F6159'

red 111 ◦ green 97 ◦ blue 89

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

Shades of Dorado #6F6159

Tints of Dorado #6F6159

RGB

 RED value IS 111 (43.75% from 255) = 37.37%

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

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

R = 37.37%
G = 32.66%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F6159 (or 0x6F6159) is known color: Dorado. HEX triplet: 6F, 61 and 59. RGB value is (111,97,89). Sum of RGB (Red+Green+Blue) = 111+97+89=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6159 is #909EA6. Grayscale: #646464. Windows color (decimal): -9477799 or 5857647. OLE color: 5857647.

HSL color Cylindrical-coordinate representation of color #6F6159: hue angle of 21.82º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F6159 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 97 89 -
CMYK 0 0.13 0.20 0.56
HSL 21.82º 0.11% 0.39% -
HSV(B) 21.82º 0.2% 0.44% -
XYZ 12.63 12.65 11.23 -
YUV 100.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 111 97 89 0 0.13 0.20 0.56 21.82 0.11 0.39
Hex 6F 61 59 0 D 14 38 16 B 27
Octal 157 141 131 0 15 24 70 26 13 47
Binary 1101111 1100001 1011001 0 1101 10100 111000 10110 1011 100111

Color Harmonies of #6F6159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6159

Black with #6F6159

Text Example


Text Example

White with #6F6159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,97,89); }

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

background-color css

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

 a { background-color: rgb(111,97,89); }

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

border-color css

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

 span { border-color: rgb(111,97,89); }

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