Html Css Color HEX #6F6157 Dorado

📋 copy color: '#6F6157'

red 111 ◦ green 97 ◦ blue 87

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

Shades of Dorado #6F6157

Tints of Dorado #6F6157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.49%

R = 37.63%
G = 32.88%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F6157 (or 0x6F6157) is known color: Dorado. HEX triplet: 6F, 61 and 57. RGB value is (111,97,87). Sum of RGB (Red+Green+Blue) = 111+97+87=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6157 is #909EA8. Grayscale: #646464. Windows color (decimal): -9477801 or 5726575. OLE color: 5726575.

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

Color convert

RGB 111 97 87 -
CMYK 0 0.13 0.22 0.56
HSL 25º 0.12% 0.39% -
HSV(B) 25º 0.22% 0.44% -
XYZ 12.55 12.62 10.79 -
YUV 100.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 111 97 87 0 0.13 0.22 0.56 25 0.12 0.39
Hex 6F 61 57 0 D 16 38 19 C 27
Octal 157 141 127 0 15 26 70 31 14 47
Binary 1101111 1100001 1010111 0 1101 10110 111000 11001 1100 100111

Color Harmonies of #6F6157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6157

Black with #6F6157

Text Example


Text Example

White with #6F6157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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