Html Css Color HEX #6A5F5A Dorado

📋 copy color: '#6A5F5A'

red 106 ◦ green 95 ◦ blue 90

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

Shades of Dorado #6A5F5A

Tints of Dorado #6A5F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.93%

R = 36.43%
G = 32.65%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6A5F5A (or 0x6A5F5A) is known color: Dorado. HEX triplet: 6A, 5F and 5A. RGB value is (106,95,90). Sum of RGB (Red+Green+Blue) = 106+95+90=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5F5A is #95A0A5. Grayscale: #616161. Windows color (decimal): -9805990 or 5922666. OLE color: 5922666.

HSL color Cylindrical-coordinate representation of color #6A5F5A: hue angle of 18.75º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A5F5A is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 95 90 -
CMYK 0 0.10 0.15 0.58
HSL 18.75º 0.08% 0.38% -
HSV(B) 18.75º 0.15% 0.42% -
XYZ 11.88 11.99 11.36 -
YUV 97.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 106 95 90 0 0.10 0.15 0.58 18.75 0.08 0.38
Hex 6A 5F 5A 0 A F 3A 13 8 26
Octal 152 137 132 0 12 17 72 23 10 46
Binary 1101010 1011111 1011010 0 1010 1111 111010 10011 1000 100110

Color Harmonies of #6A5F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5F5A

Black with #6A5F5A

Text Example


Text Example

White with #6A5F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,95,90); }

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

background-color css

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

 a { background-color: rgb(106,95,90); }

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

border-color css

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

 span { border-color: rgb(106,95,90); }

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