Html Css Color HEX #6B2B41 Siren

📋 copy color: '#6B2B41'

red 107 ◦ green 43 ◦ blue 65

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

Shades of Siren #6B2B41

Tints of Siren #6B2B41

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20%

 BLUE value IS 65 (25.78% from 255) = 30.23%

R = 49.77%
G = 20%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#6B2B41 (or 0x6B2B41) is known color: Siren. HEX triplet: 6B, 2B and 41. RGB value is (107,43,65). Sum of RGB (Red+Green+Blue) = 107+43+65=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2B41 is #94D4BE. Grayscale: #404040. Windows color (decimal): -9753791 or 4270955. OLE color: 4270955.

HSL color Cylindrical-coordinate representation of color #6B2B41: hue angle of 339.38º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B2B41 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 43 65 -
CMYK 0 0.60 0.39 0.58
HSL 339.38º 0.43% 0.29% -
HSV(B) 339.38º 0.6% 0.42% -
XYZ 7.88 5.24 5.6 -
YUV 64.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 107 43 65 0 0.60 0.39 0.58 339.38 0.43 0.29
Hex 6B 2B 41 0 3C 27 3A 153 2B 1D
Octal 153 53 101 0 74 47 72 523 53 35
Binary 1101011 101011 1000001 0 111100 100111 111010 101010011 101011 11101

Color Harmonies of #6B2B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2B41

Black with #6B2B41

Text Example


Text Example

White with #6B2B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,43,65); }

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

background-color css

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

 a { background-color: rgb(107,43,65); }

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

border-color css

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

 span { border-color: rgb(107,43,65); }

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