Html Css Color HEX #6C5D54 Dorado

📋 copy color: '#6C5D54'

red 108 ◦ green 93 ◦ blue 84

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

Shades of Dorado #6C5D54

Tints of Dorado #6C5D54

RGB

 RED value IS 108 (42.58% from 255) = 37.89%

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

 BLUE value IS 84 (33.2% from 255) = 29.47%

R = 37.89%
G = 32.63%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6C5D54 (or 0x6C5D54) is known color: Dorado. HEX triplet: 6C, 5D and 54. RGB value is (108,93,84). Sum of RGB (Red+Green+Blue) = 108+93+84=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5D54 is #93A2AB. Grayscale: #606060. Windows color (decimal): -9675436 or 5528940. OLE color: 5528940.

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

Color convert

RGB 108 93 84 -
CMYK 0 0.14 0.22 0.58
HSL 22.5º 0.13% 0.38% -
HSV(B) 22.5º 0.22% 0.42% -
XYZ 11.7 11.66 10.02 -
YUV 96.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 108 93 84 0 0.14 0.22 0.58 22.5 0.13 0.38
Hex 6C 5D 54 0 E 16 3A 16 C 26
Octal 154 135 124 0 16 26 72 26 14 46
Binary 1101100 1011101 1010100 0 1110 10110 111010 10110 1100 100110

Color Harmonies of #6C5D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5D54

Black with #6C5D54

Text Example


Text Example

White with #6C5D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,93,84); }

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

background-color css

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

 a { background-color: rgb(108,93,84); }

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

border-color css

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

 span { border-color: rgb(108,93,84); }

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