Html Css Color HEX #6F625E Dorado

📋 copy color: '#6F625E'

red 111 ◦ green 98 ◦ blue 94

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

Shades of Dorado #6F625E

Tints of Dorado #6F625E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 36.63%
G = 32.34%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F625E (or 0x6F625E) is known color: Dorado. HEX triplet: 6F, 62 and 5E. RGB value is (111,98,94). Sum of RGB (Red+Green+Blue) = 111+98+94=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F625E is #909DA1. Grayscale: #656565. Windows color (decimal): -9477538 or 6185583. OLE color: 6185583.

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

Color convert

RGB 111 98 94 -
CMYK 0 0.12 0.15 0.56
HSL 14.12º 0.08% 0.4% -
HSV(B) 14.12º 0.15% 0.44% -
XYZ 12.94 12.92 12.4 -
YUV 101.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 111 98 94 0 0.12 0.15 0.56 14.12 0.08 0.4
Hex 6F 62 5E 0 C F 38 E 8 28
Octal 157 142 136 0 14 17 70 16 10 50
Binary 1101111 1100010 1011110 0 1100 1111 111000 1110 1000 101000

Color Harmonies of #6F625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F625E

Black with #6F625E

Text Example


Text Example

White with #6F625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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