Html Css Color HEX #6C4950 Don Juan

📋 copy color: '#6C4950'

red 108 ◦ green 73 ◦ blue 80

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

Shades of Don Juan #6C4950

Tints of Don Juan #6C4950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.97%

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

R = 41.38%
G = 27.97%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#6C4950 (or 0x6C4950) is known color: Don Juan. HEX triplet: 6C, 49 and 50. RGB value is (108,73,80). Sum of RGB (Red+Green+Blue) = 108+73+80=261 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.38% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4950 is #93B6AF. Grayscale: #545454. Windows color (decimal): -9680560 or 5261676. OLE color: 5261676.

HSL color Cylindrical-coordinate representation of color #6C4950: hue angle of 348º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C4950 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 73 80 -
CMYK 0 0.32 0.26 0.58
HSL 348º 0.19% 0.35% -
HSV(B) 348º 0.32% 0.42% -
XYZ 10.01 8.53 8.71 -
YUV 84.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 108 73 80 0 0.32 0.26 0.58 348 0.19 0.35
Hex 6C 49 50 0 20 1A 3A 15C 13 23
Octal 154 111 120 0 40 32 72 534 23 43
Binary 1101100 1001001 1010000 0 100000 11010 111010 101011100 10011 100011

Color Harmonies of #6C4950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4950

Black with #6C4950

Text Example


Text Example

White with #6C4950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,73,80); }

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

background-color css

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

 a { background-color: rgb(108,73,80); }

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

border-color css

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

 span { border-color: rgb(108,73,80); }

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