Html Css Color HEX #69383E Merlot

📋 copy color: '#69383E'

red 105 ◦ green 56 ◦ blue 62

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

Shades of Merlot #69383E

Tints of Merlot #69383E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.8%

R = 47.09%
G = 25.11%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#69383E (or 0x69383E) is known color: Merlot. HEX triplet: 69, 38 and 3E. RGB value is (105,56,62). Sum of RGB (Red+Green+Blue) = 105+56+62=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #69383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69383E is #96C7C1. Grayscale: #474747. Windows color (decimal): -9881538 or 4077673. OLE color: 4077673.

HSL color Cylindrical-coordinate representation of color #69383E: hue angle of 352.65º 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 #69383E is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 56 62 -
CMYK 0 0.47 0.41 0.59
HSL 352.65º 0.3% 0.32% -
HSV(B) 352.65º 0.47% 0.41% -
XYZ 8.11 6.18 5.32 -
YUV 71.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 105 56 62 0 0.47 0.41 0.59 352.65 0.3 0.32
Hex 69 38 3E 0 2F 29 3B 161 1E 20
Octal 151 70 76 0 57 51 73 541 36 40
Binary 1101001 111000 111110 0 101111 101001 111011 101100001 11110 100000

Color Harmonies of #69383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69383E

Black with #69383E

Text Example


Text Example

White with #69383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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