Html Css Color HEX #69363C Merlot

📋 copy color: '#69363C'

red 105 ◦ green 54 ◦ blue 60

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

Shades of Merlot #69363C

Tints of Merlot #69363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.66%

 BLUE value IS 60 (23.83% from 255) = 27.4%

R = 47.95%
G = 24.66%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#69363C (or 0x69363C) is known color: Merlot. HEX triplet: 69, 36 and 3C. RGB value is (105,54,60). Sum of RGB (Red+Green+Blue) = 105+54+60=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69363C is #96C9C3. Grayscale: #454545. Windows color (decimal): -9882052 or 3946089. OLE color: 3946089.

HSL color Cylindrical-coordinate representation of color #69363C: hue angle of 352.94º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69363C is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 54 60 -
CMYK 0 0.49 0.43 0.59
HSL 352.94º 0.32% 0.31% -
HSV(B) 352.94º 0.49% 0.41% -
XYZ 7.96 5.97 5.01 -
YUV 69.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 105 54 60 0 0.49 0.43 0.59 352.94 0.32 0.31
Hex 69 36 3C 0 31 2B 3B 161 20 1F
Octal 151 66 74 0 61 53 73 541 40 37
Binary 1101001 110110 111100 0 110001 101011 111011 101100001 100000 11111

Color Harmonies of #69363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69363C

Black with #69363C

Text Example


Text Example

White with #69363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,54,60); }

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

background-color css

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

 a { background-color: rgb(105,54,60); }

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

border-color css

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

 span { border-color: rgb(105,54,60); }

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