Html Css Color HEX #6F6258 Dorado

📋 copy color: '#6F6258'

red 111 ◦ green 98 ◦ blue 88

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

Shades of Dorado #6F6258

Tints of Dorado #6F6258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.63%

R = 37.37%
G = 33%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F6258 (or 0x6F6258) is known color: Dorado. HEX triplet: 6F, 62 and 58. RGB value is (111,98,88). Sum of RGB (Red+Green+Blue) = 111+98+88=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6258 is #909DA7. Grayscale: #646464. Windows color (decimal): -9477544 or 5792367. OLE color: 5792367.

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

Color convert

RGB 111 98 88 -
CMYK 0 0.12 0.21 0.56
HSL 26.09º 0.12% 0.39% -
HSV(B) 26.09º 0.21% 0.44% -
XYZ 12.68 12.82 11.04 -
YUV 100.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 111 98 88 0 0.12 0.21 0.56 26.09 0.12 0.39
Hex 6F 62 58 0 C 15 38 1A C 27
Octal 157 142 130 0 14 25 70 32 14 47
Binary 1101111 1100010 1011000 0 1100 10101 111000 11010 1100 100111

Color Harmonies of #6F6258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6258

Black with #6F6258

Text Example


Text Example

White with #6F6258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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