Html Css Color HEX #6F6662 Dorado

📋 copy color: '#6F6662'

red 111 ◦ green 102 ◦ blue 98

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

Shades of Dorado #6F6662

Tints of Dorado #6F6662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.8%

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 35.69%
G = 32.8%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F6662 (or 0x6F6662) is known color: Dorado. HEX triplet: 6F, 66 and 62. RGB value is (111,102,98). Sum of RGB (Red+Green+Blue) = 111+102+98=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6662 is #90999D. Grayscale: #686868. Windows color (decimal): -9476510 or 6448751. OLE color: 6448751.

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

Color convert

RGB 111 102 98 -
CMYK 0 0.08 0.12 0.56
HSL 18.46º 0.06% 0.41% -
HSV(B) 18.46º 0.12% 0.44% -
XYZ 13.51 13.76 13.5 -
YUV 104.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 111 102 98 0 0.08 0.12 0.56 18.46 0.06 0.41
Hex 6F 66 62 0 8 C 38 12 6 29
Octal 157 146 142 0 10 14 70 22 6 51
Binary 1101111 1100110 1100010 0 1000 1100 111000 10010 110 101001

Color Harmonies of #6F6662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6662

Black with #6F6662

Text Example


Text Example

White with #6F6662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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