Html Css Color HEX #6F615D Dorado

📋 copy color: '#6F615D'

red 111 ◦ green 97 ◦ blue 93

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

Shades of Dorado #6F615D

Tints of Dorado #6F615D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 36.88%
G = 32.23%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F615D (or 0x6F615D) is known color: Dorado. HEX triplet: 6F, 61 and 5D. RGB value is (111,97,93). Sum of RGB (Red+Green+Blue) = 111+97+93=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F615D is #909EA2. Grayscale: #646464. Windows color (decimal): -9477795 or 6119791. OLE color: 6119791.

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

Color convert

RGB 111 97 93 -
CMYK 0 0.13 0.16 0.56
HSL 13.33º 0.09% 0.4% -
HSV(B) 13.33º 0.16% 0.44% -
XYZ 12.81 12.72 12.14 -
YUV 100.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 111 97 93 0 0.13 0.16 0.56 13.33 0.09 0.4
Hex 6F 61 5D 0 D 10 38 D 9 28
Octal 157 141 135 0 15 20 70 15 11 50
Binary 1101111 1100001 1011101 0 1101 10000 111000 1101 1001 101000

Color Harmonies of #6F615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F615D

Black with #6F615D

Text Example


Text Example

White with #6F615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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