Html Css Color HEX #68584B Domino

📋 copy color: '#68584B'

red 104 ◦ green 88 ◦ blue 75

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

Shades of Domino #68584B

Tints of Domino #68584B

RGB

 RED value IS 104 (41.02% from 255) = 38.95%

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

 BLUE value IS 75 (29.69% from 255) = 28.09%

R = 38.95%
G = 32.96%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68584B (or 0x68584B) is known color: Domino. HEX triplet: 68, 58 and 4B. RGB value is (104,88,75). Sum of RGB (Red+Green+Blue) = 104+88+75=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68584B is #97A7B4. Grayscale: #5B5B5B. Windows color (decimal): -9938869 or 4937832. OLE color: 4937832.

HSL color Cylindrical-coordinate representation of color #68584B: hue angle of 26.9º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68584B is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 88 75 -
CMYK 0 0.15 0.28 0.59
HSL 26.9º 0.16% 0.35% -
HSV(B) 26.9º 0.28% 0.41% -
XYZ 10.47 10.43 8.12 -
YUV 91.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 104 88 75 0 0.15 0.28 0.59 26.9 0.16 0.35
Hex 68 58 4B 0 F 1C 3B 1B 10 23
Octal 150 130 113 0 17 34 73 33 20 43
Binary 1101000 1011000 1001011 0 1111 11100 111011 11011 10000 100011

Color Harmonies of #68584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68584B

Black with #68584B

Text Example


Text Example

White with #68584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68584B; }

 p { color: rgb(104,88,75); }

 H1.HeaderClassName
 {
   color: #68584B;
 }
 .AnyTagClassName
 {
   color: #68584B;
 }
</style>

background-color css

<style>
 a { background-color: #68584B; }

 a { background-color: rgb(104,88,75); }

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

border-color css

<style>
 span { border-color: #68584B; }

 span { border-color: rgb(104,88,75); }

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