Html Css Color HEX #6B5E50 Domino

📋 copy color: '#6B5E50'

red 107 ◦ green 94 ◦ blue 80

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

Shades of Domino #6B5E50

Tints of Domino #6B5E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.45%

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

R = 38.08%
G = 33.45%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6B5E50 (or 0x6B5E50) is known color: Domino. HEX triplet: 6B, 5E and 50. RGB value is (107,94,80). Sum of RGB (Red+Green+Blue) = 107+94+80=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E50 is #94A1AF. Grayscale: #606060. Windows color (decimal): -9740720 or 5267051. OLE color: 5267051.

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

Color convert

RGB 107 94 80 -
CMYK 0 0.12 0.25 0.58
HSL 31.11º 0.14% 0.37% -
HSV(B) 31.11º 0.25% 0.42% -
XYZ 11.51 11.71 9.24 -
YUV 96.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 107 94 80 0 0.12 0.25 0.58 31.11 0.14 0.37
Hex 6B 5E 50 0 C 19 3A 1F E 25
Octal 153 136 120 0 14 31 72 37 16 45
Binary 1101011 1011110 1010000 0 1100 11001 111010 11111 1110 100101

Color Harmonies of #6B5E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5E50

Black with #6B5E50

Text Example


Text Example

White with #6B5E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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