Html Css Color HEX #6C5B51 Dorado

📋 copy color: '#6C5B51'

red 108 ◦ green 91 ◦ blue 81

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

Shades of Dorado #6C5B51

Tints of Dorado #6C5B51

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.5%

 BLUE value IS 81 (32.03% from 255) = 28.93%

R = 38.57%
G = 32.5%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6C5B51 (or 0x6C5B51) is known color: Dorado. HEX triplet: 6C, 5B and 51. RGB value is (108,91,81). Sum of RGB (Red+Green+Blue) = 108+91+81=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5B51 is #93A4AE. Grayscale: #5F5F5F. Windows color (decimal): -9675951 or 5331820. OLE color: 5331820.

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

Color convert

RGB 108 91 81 -
CMYK 0 0.16 0.25 0.58
HSL 22.22º 0.14% 0.37% -
HSV(B) 22.22º 0.25% 0.42% -
XYZ 11.41 11.26 9.36 -
YUV 94.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 108 91 81 0 0.16 0.25 0.58 22.22 0.14 0.37
Hex 6C 5B 51 0 10 19 3A 16 E 25
Octal 154 133 121 0 20 31 72 26 16 45
Binary 1101100 1011011 1010001 0 10000 11001 111010 10110 1110 100101

Color Harmonies of #6C5B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5B51

Black with #6C5B51

Text Example


Text Example

White with #6C5B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,91,81); }

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

background-color css

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

 a { background-color: rgb(108,91,81); }

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

border-color css

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

 span { border-color: rgb(108,91,81); }

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