Html Css Color HEX #6F5F58 Dorado

📋 copy color: '#6F5F58'

red 111 ◦ green 95 ◦ blue 88

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

Shades of Dorado #6F5F58

Tints of Dorado #6F5F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.31%

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

R = 37.76%
G = 32.31%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F5F58 (or 0x6F5F58) is known color: Dorado. HEX triplet: 6F, 5F and 58. RGB value is (111,95,88). Sum of RGB (Red+Green+Blue) = 111+95+88=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5F58 is #90A0A7. Grayscale: #636363. Windows color (decimal): -9478312 or 5791599. OLE color: 5791599.

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

Color convert

RGB 111 95 88 -
CMYK 0 0.14 0.21 0.56
HSL 18.26º 0.12% 0.39% -
HSV(B) 18.26º 0.21% 0.44% -
XYZ 12.41 12.27 10.95 -
YUV 98.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 111 95 88 0 0.14 0.21 0.56 18.26 0.12 0.39
Hex 6F 5F 58 0 E 15 38 12 C 27
Octal 157 137 130 0 16 25 70 22 14 47
Binary 1101111 1011111 1011000 0 1110 10101 111000 10010 1100 100111

Color Harmonies of #6F5F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5F58

Black with #6F5F58

Text Example


Text Example

White with #6F5F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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