Html Css Color HEX #6A5852 Dorado

📋 copy color: '#6A5852'

red 106 ◦ green 88 ◦ blue 82

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

Shades of Dorado #6A5852

Tints of Dorado #6A5852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

 BLUE value IS 82 (32.42% from 255) = 29.71%

R = 38.41%
G = 31.88%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6A5852 (or 0x6A5852) is known color: Dorado. HEX triplet: 6A, 58 and 52. RGB value is (106,88,82). Sum of RGB (Red+Green+Blue) = 106+88+82=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5852 is #95A7AD. Grayscale: #5C5C5C. Windows color (decimal): -9807790 or 5396586. OLE color: 5396586.

HSL color Cylindrical-coordinate representation of color #6A5852: hue angle of 15º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A5852 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 88 82 -
CMYK 0 0.17 0.23 0.58
HSL 15º 0.13% 0.37% -
HSV(B) 15º 0.23% 0.42% -
XYZ 10.96 10.65 9.46 -
YUV 92.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 106 88 82 0 0.17 0.23 0.58 15 0.13 0.37
Hex 6A 58 52 0 11 17 3A F D 25
Octal 152 130 122 0 21 27 72 17 15 45
Binary 1101010 1011000 1010010 0 10001 10111 111010 1111 1101 100101

Color Harmonies of #6A5852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5852

Black with #6A5852

Text Example


Text Example

White with #6A5852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,88,82); }

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

background-color css

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

 a { background-color: rgb(106,88,82); }

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

border-color css

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

 span { border-color: rgb(106,88,82); }

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