Html Css Color HEX #6B584A Domino

📋 copy color: '#6B584A'

red 107 ◦ green 88 ◦ blue 74

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

Shades of Domino #6B584A

Tints of Domino #6B584A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 39.78%
G = 32.71%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6B584A (or 0x6B584A) is known color: Domino. HEX triplet: 6B, 58 and 4A. RGB value is (107,88,74). Sum of RGB (Red+Green+Blue) = 107+88+74=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 107 - color contains mainly: red. Hex color #6B584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B584A is #94A7B5. Grayscale: #5C5C5C. Windows color (decimal): -9742262 or 4872299. OLE color: 4872299.

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

Color convert

RGB 107 88 74 -
CMYK 0 0.18 0.31 0.58
HSL 25.45º 0.18% 0.35% -
HSV(B) 25.45º 0.31% 0.42% -
XYZ 10.79 10.6 7.96 -
YUV 92.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 107 88 74 0 0.18 0.31 0.58 25.45 0.18 0.35
Hex 6B 58 4A 0 12 1F 3A 19 12 23
Octal 153 130 112 0 22 37 72 31 22 43
Binary 1101011 1011000 1001010 0 10010 11111 111010 11001 10010 100011

Color Harmonies of #6B584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B584A

Black with #6B584A

Text Example


Text Example

White with #6B584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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