Html Css Color HEX #6F615C Dorado

📋 copy color: '#6F615C'

red 111 ◦ green 97 ◦ blue 92

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

Shades of Dorado #6F615C

Tints of Dorado #6F615C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.67%

R = 37%
G = 32.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F615C (or 0x6F615C) is known color: Dorado. HEX triplet: 6F, 61 and 5C. RGB value is (111,97,92). Sum of RGB (Red+Green+Blue) = 111+97+92=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F615C is #909EA3. Grayscale: #646464. Windows color (decimal): -9477796 or 6054255. OLE color: 6054255.

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

Color convert

RGB 111 97 92 -
CMYK 0 0.13 0.17 0.56
HSL 15.79º 0.09% 0.4% -
HSV(B) 15.79º 0.17% 0.44% -
XYZ 12.76 12.7 11.9 -
YUV 100.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 111 97 92 0 0.13 0.17 0.56 15.79 0.09 0.4
Hex 6F 61 5C 0 D 11 38 10 9 28
Octal 157 141 134 0 15 21 70 20 11 50
Binary 1101111 1100001 1011100 0 1101 10001 111000 10000 1001 101000

Color Harmonies of #6F615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F615C

Black with #6F615C

Text Example


Text Example

White with #6F615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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