Html Css Color HEX #6B2930 Monarch

📋 copy color: '#6B2930'

red 107 ◦ green 41 ◦ blue 48

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

Shades of Monarch #6B2930

Tints of Monarch #6B2930

RGB

 RED value IS 107 (42.19% from 255) = 54.59%

 GREEN value IS 41 (16.41% from 255) = 20.92%

 BLUE value IS 48 (19.14% from 255) = 24.49%

R = 54.59%
G = 20.92%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6B2930 (or 0x6B2930) is known color: Monarch. HEX triplet: 6B, 29 and 30. RGB value is (107,41,48). Sum of RGB (Red+Green+Blue) = 107+41+48=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2930 is #94D6CF. Grayscale: #3D3D3D. Windows color (decimal): -9754320 or 3156331. OLE color: 3156331.

HSL color Cylindrical-coordinate representation of color #6B2930: hue angle of 353.64º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B2930 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 41 48 -
CMYK 0 0.62 0.55 0.58
HSL 353.64º 0.45% 0.29% -
HSV(B) 353.64º 0.62% 0.42% -
XYZ 7.39 4.93 3.36 -
YUV 61.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 107 41 48 0 0.62 0.55 0.58 353.64 0.45 0.29
Hex 6B 29 30 0 3E 37 3A 162 2D 1D
Octal 153 51 60 0 76 67 72 542 55 35
Binary 1101011 101001 110000 0 111110 110111 111010 101100010 101101 11101

Color Harmonies of #6B2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2930

Black with #6B2930

Text Example


Text Example

White with #6B2930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B2930; }

 p { color: rgb(107,41,48); }

 H1.HeaderClassName
 {
   color: #6B2930;
 }
 .AnyTagClassName
 {
   color: #6B2930;
 }
</style>

background-color css

<style>
 a { background-color: #6B2930; }

 a { background-color: rgb(107,41,48); }

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

border-color css

<style>
 span { border-color: #6B2930; }

 span { border-color: rgb(107,41,48); }

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