Html Css Color HEX #69584C Domino

📋 copy color: '#69584C'

red 105 ◦ green 88 ◦ blue 76

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

Shades of Domino #69584C

Tints of Domino #69584C

RGB

 RED value IS 105 (41.41% from 255) = 39.03%

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

 BLUE value IS 76 (30.08% from 255) = 28.25%

R = 39.03%
G = 32.71%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#69584C (or 0x69584C) is known color: Domino. HEX triplet: 69, 58 and 4C. RGB value is (105,88,76). Sum of RGB (Red+Green+Blue) = 105+88+76=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #69584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69584C is #96A7B3. Grayscale: #5B5B5B. Windows color (decimal): -9873332 or 5003369. OLE color: 5003369.

HSL color Cylindrical-coordinate representation of color #69584C: hue angle of 24.83º 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 #69584C is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 88 76 -
CMYK 0 0.16 0.28 0.59
HSL 24.83º 0.16% 0.35% -
HSV(B) 24.83º 0.28% 0.41% -
XYZ 10.62 10.5 8.31 -
YUV 91.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 105 88 76 0 0.16 0.28 0.59 24.83 0.16 0.35
Hex 69 58 4C 0 10 1C 3B 19 10 23
Octal 151 130 114 0 20 34 73 31 20 43
Binary 1101001 1011000 1001100 0 10000 11100 111011 11001 10000 100011

Color Harmonies of #69584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69584C

Black with #69584C

Text Example


Text Example

White with #69584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69584C; }

 p { color: rgb(105,88,76); }

 H1.HeaderClassName
 {
   color: #69584C;
 }
 .AnyTagClassName
 {
   color: #69584C;
 }
</style>

background-color css

<style>
 a { background-color: #69584C; }

 a { background-color: rgb(105,88,76); }

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

border-color css

<style>
 span { border-color: #69584C; }

 span { border-color: rgb(105,88,76); }

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