Html Css Color HEX #69383D Merlot

📋 copy color: '#69383D'

red 105 ◦ green 56 ◦ blue 61

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

Shades of Merlot #69383D

Tints of Merlot #69383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.23%

 BLUE value IS 61 (24.22% from 255) = 27.48%

R = 47.3%
G = 25.23%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#69383D (or 0x69383D) is known color: Merlot. HEX triplet: 69, 38 and 3D. RGB value is (105,56,61). Sum of RGB (Red+Green+Blue) = 105+56+61=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #69383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69383D is #96C7C2. Grayscale: #474747. Windows color (decimal): -9881539 or 4012137. OLE color: 4012137.

HSL color Cylindrical-coordinate representation of color #69383D: hue angle of 353.88º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69383D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 56 61 -
CMYK 0 0.47 0.42 0.59
HSL 353.88º 0.3% 0.32% -
HSV(B) 353.88º 0.47% 0.41% -
XYZ 8.08 6.17 5.18 -
YUV 71.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 105 56 61 0 0.47 0.42 0.59 353.88 0.3 0.32
Hex 69 38 3D 0 2F 2A 3B 162 1E 20
Octal 151 70 75 0 57 52 73 542 36 40
Binary 1101001 111000 111101 0 101111 101010 111011 101100010 11110 100000

Color Harmonies of #69383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69383D

Black with #69383D

Text Example


Text Example

White with #69383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69383D; }

 p { color: rgb(105,56,61); }

 H1.HeaderClassName
 {
   color: #69383D;
 }
 .AnyTagClassName
 {
   color: #69383D;
 }
</style>

background-color css

<style>
 a { background-color: #69383D; }

 a { background-color: rgb(105,56,61); }

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

border-color css

<style>
 span { border-color: #69383D; }

 span { border-color: rgb(105,56,61); }

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