Html Css Color HEX #6F6259 Dorado

📋 copy color: '#6F6259'

red 111 ◦ green 98 ◦ blue 89

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

Shades of Dorado #6F6259

Tints of Dorado #6F6259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.87%

R = 37.25%
G = 32.89%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F6259 (or 0x6F6259) is known color: Dorado. HEX triplet: 6F, 62 and 59. RGB value is (111,98,89). Sum of RGB (Red+Green+Blue) = 111+98+89=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6259 is #909DA6. Grayscale: #646464. Windows color (decimal): -9477543 or 5857903. OLE color: 5857903.

HSL color Cylindrical-coordinate representation of color #6F6259: hue angle of 24.55º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F6259 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 98 89 -
CMYK 0 0.12 0.20 0.56
HSL 24.55º 0.11% 0.39% -
HSV(B) 24.55º 0.2% 0.44% -
XYZ 12.73 12.84 11.26 -
YUV 100.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 111 98 89 0 0.12 0.20 0.56 24.55 0.11 0.39
Hex 6F 62 59 0 C 14 38 19 B 27
Octal 157 142 131 0 14 24 70 31 13 47
Binary 1101111 1100010 1011001 0 1100 10100 111000 11001 1011 100111

Color Harmonies of #6F6259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6259

Black with #6F6259

Text Example


Text Example

White with #6F6259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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