Html Css Color HEX #6B5849 Domino

📋 copy color: '#6B5849'

red 107 ◦ green 88 ◦ blue 73

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

Shades of Domino #6B5849

Tints of Domino #6B5849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.84%

 BLUE value IS 73 (28.91% from 255) = 27.24%

R = 39.93%
G = 32.84%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6B5849 (or 0x6B5849) is known color: Domino. HEX triplet: 6B, 58 and 49. RGB value is (107,88,73). Sum of RGB (Red+Green+Blue) = 107+88+73=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5849 is #94A7B6. Grayscale: #5C5C5C. Windows color (decimal): -9742263 or 4806763. OLE color: 4806763.

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

Color convert

RGB 107 88 73 -
CMYK 0 0.18 0.32 0.58
HSL 26.47º 0.19% 0.35% -
HSV(B) 26.47º 0.32% 0.42% -
XYZ 10.76 10.59 7.78 -
YUV 91.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 107 88 73 0 0.18 0.32 0.58 26.47 0.19 0.35
Hex 6B 58 49 0 12 20 3A 1A 13 23
Octal 153 130 111 0 22 40 72 32 23 43
Binary 1101011 1011000 1001001 0 10010 100000 111010 11010 10011 100011

Color Harmonies of #6B5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5849

Black with #6B5849

Text Example


Text Example

White with #6B5849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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