Html Css Color HEX #6B4950 Don Juan

📋 copy color: '#6B4950'

red 107 ◦ green 73 ◦ blue 80

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

Shades of Don Juan #6B4950

Tints of Don Juan #6B4950

RGB

 RED value IS 107 (42.19% from 255) = 41.15%

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

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

R = 41.15%
G = 28.08%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6B4950 (or 0x6B4950) is known color: Don Juan. HEX triplet: 6B, 49 and 50. RGB value is (107,73,80). Sum of RGB (Red+Green+Blue) = 107+73+80=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4950 is #94B6AF. Grayscale: #535353. Windows color (decimal): -9746096 or 5261675. OLE color: 5261675.

HSL color Cylindrical-coordinate representation of color #6B4950: hue angle of 347.65º 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 #6B4950 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 73 80 -
CMYK 0 0.32 0.25 0.58
HSL 347.65º 0.19% 0.35% -
HSV(B) 347.65º 0.32% 0.42% -
XYZ 9.89 8.47 8.7 -
YUV 83.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 107 73 80 0 0.32 0.25 0.58 347.65 0.19 0.35
Hex 6B 49 50 0 20 19 3A 15C 13 23
Octal 153 111 120 0 40 31 72 534 23 43
Binary 1101011 1001001 1010000 0 100000 11001 111010 101011100 10011 100011

Color Harmonies of #6B4950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4950

Black with #6B4950

Text Example


Text Example

White with #6B4950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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