Html Css Color HEX #6F625D Dorado

📋 copy color: '#6F625D'

red 111 ◦ green 98 ◦ blue 93

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

Shades of Dorado #6F625D

Tints of Dorado #6F625D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.45%

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

R = 36.75%
G = 32.45%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F625D (or 0x6F625D) is known color: Dorado. HEX triplet: 6F, 62 and 5D. RGB value is (111,98,93). Sum of RGB (Red+Green+Blue) = 111+98+93=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F625D is #909DA2. Grayscale: #656565. Windows color (decimal): -9477539 or 6120047. OLE color: 6120047.

HSL color Cylindrical-coordinate representation of color #6F625D: hue angle of 16.67º 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 #6F625D is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 98 93 -
CMYK 0 0.12 0.16 0.56
HSL 16.67º 0.09% 0.4% -
HSV(B) 16.67º 0.16% 0.44% -
XYZ 12.9 12.91 12.17 -
YUV 101.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 111 98 93 0 0.12 0.16 0.56 16.67 0.09 0.4
Hex 6F 62 5D 0 C 10 38 11 9 28
Octal 157 142 135 0 14 20 70 21 11 50
Binary 1101111 1100010 1011101 0 1100 10000 111000 10001 1001 101000

Color Harmonies of #6F625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F625D

Black with #6F625D

Text Example


Text Example

White with #6F625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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