Html Css Color HEX #6F5D53 Dorado

📋 copy color: '#6F5D53'

red 111 ◦ green 93 ◦ blue 83

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

Shades of Dorado #6F5D53

Tints of Dorado #6F5D53

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.4%

 BLUE value IS 83 (32.81% from 255) = 28.92%

R = 38.68%
G = 32.4%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F5D53 (or 0x6F5D53) is known color: Dorado. HEX triplet: 6F, 5D and 53. RGB value is (111,93,83). Sum of RGB (Red+Green+Blue) = 111+93+83=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5D53 is #90A2AC. Grayscale: #616161. Windows color (decimal): -9478829 or 5463407. OLE color: 5463407.

HSL color Cylindrical-coordinate representation of color #6F5D53: hue angle of 21.43º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F5D53 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 93 83 -
CMYK 0 0.16 0.25 0.56
HSL 21.43º 0.14% 0.38% -
HSV(B) 21.43º 0.25% 0.44% -
XYZ 12.03 11.83 9.83 -
YUV 97.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 111 93 83 0 0.16 0.25 0.56 21.43 0.14 0.38
Hex 6F 5D 53 0 10 19 38 15 E 26
Octal 157 135 123 0 20 31 70 25 16 46
Binary 1101111 1011101 1010011 0 10000 11001 111000 10101 1110 100110

Color Harmonies of #6F5D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5D53

Black with #6F5D53

Text Example


Text Example

White with #6F5D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,93,83); }

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

background-color css

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

 a { background-color: rgb(111,93,83); }

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

border-color css

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

 span { border-color: rgb(111,93,83); }

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