Html Css Color HEX #6B220F Caput Mortuum

📋 copy color: '#6B220F'

red 107 ◦ green 34 ◦ blue 15

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

Shades of Caput Mortuum #6B220F

Tints of Caput Mortuum #6B220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.79%

 BLUE value IS 15 (6.25% from 255) = 9.62%

R = 68.59%
G = 21.79%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6B220F (or 0x6B220F) is known color: Caput Mortuum. HEX triplet: 6B, 22 and 0F. RGB value is (107,34,15). Sum of RGB (Red+Green+Blue) = 107+34+15=156 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.59% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 107 - color contains mainly: red. Hex color #6B220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B220F is #94DDF0. Grayscale: #353535. Windows color (decimal): -9756145 or 991851. OLE color: 991851.

HSL color Cylindrical-coordinate representation of color #6B220F: hue angle of 12.39º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B220F is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 34 15 -
CMYK 0 0.68 0.86 0.58
HSL 12.39º 0.75% 0.24% -
HSV(B) 12.39º 0.86% 0.42% -
XYZ 6.72 4.3 0.93 -
YUV 53.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 107 34 15 0 0.68 0.86 0.58 12.39 0.75 0.24
Hex 6B 22 F 0 44 56 3A C 4B 18
Octal 153 42 17 0 104 126 72 14 113 30
Binary 1101011 100010 1111 0 1000100 1010110 111010 1100 1001011 11000

Color Harmonies of #6B220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B220F

Black with #6B220F

Text Example


Text Example

White with #6B220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,34,15); }

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

background-color css

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

 a { background-color: rgb(107,34,15); }

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

border-color css

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

 span { border-color: rgb(107,34,15); }

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