Html Css Color HEX #6A5750 Dorado

📋 copy color: '#6A5750'

red 106 ◦ green 87 ◦ blue 80

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

Shades of Dorado #6A5750

Tints of Dorado #6A5750

RGB

 RED value IS 106 (41.8% from 255) = 38.83%

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 80 (31.64% from 255) = 29.3%

R = 38.83%
G = 31.87%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6A5750 (or 0x6A5750) is known color: Dorado. HEX triplet: 6A, 57 and 50. RGB value is (106,87,80). Sum of RGB (Red+Green+Blue) = 106+87+80=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5750 is #95A8AF. Grayscale: #5B5B5B. Windows color (decimal): -9808048 or 5265258. OLE color: 5265258.

HSL color Cylindrical-coordinate representation of color #6A5750: hue angle of 16.15º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A5750 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 87 80 -
CMYK 0 0.18 0.25 0.58
HSL 16.15º 0.14% 0.36% -
HSV(B) 16.15º 0.25% 0.42% -
XYZ 10.8 10.46 9.04 -
YUV 91.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 106 87 80 0 0.18 0.25 0.58 16.15 0.14 0.36
Hex 6A 57 50 0 12 19 3A 10 E 24
Octal 152 127 120 0 22 31 72 20 16 44
Binary 1101010 1010111 1010000 0 10010 11001 111010 10000 1110 100100

Color Harmonies of #6A5750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5750

Black with #6A5750

Text Example


Text Example

White with #6A5750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,87,80); }

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

background-color css

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

 a { background-color: rgb(106,87,80); }

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

border-color css

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

 span { border-color: rgb(106,87,80); }

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