Html Css Color HEX #6B2513 Caput Mortuum

📋 copy color: '#6B2513'

red 107 ◦ green 37 ◦ blue 19

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

Shades of Caput Mortuum #6B2513

Tints of Caput Mortuum #6B2513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.7%

 BLUE value IS 19 (7.81% from 255) = 11.66%

R = 65.64%
G = 22.7%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6B2513 (or 0x6B2513) is known color: Caput Mortuum. HEX triplet: 6B, 25 and 13. RGB value is (107,37,19). Sum of RGB (Red+Green+Blue) = 107+37+19=163 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.64% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2513 is #94DAEC. Grayscale: #383838. Windows color (decimal): -9755373 or 1254763. OLE color: 1254763.

HSL color Cylindrical-coordinate representation of color #6B2513: hue angle of 12.27º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B2513 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 37 19 -
CMYK 0 0.65 0.82 0.58
HSL 12.27º 0.7% 0.25% -
HSV(B) 12.27º 0.82% 0.42% -
XYZ 6.84 4.5 1.12 -
YUV 55.88 107.19 164.46 -
System Red Green Blue C M Y K H S L
Decimal 107 37 19 0 0.65 0.82 0.58 12.27 0.7 0.25
Hex 6B 25 13 0 41 52 3A C 46 19
Octal 153 45 23 0 101 122 72 14 106 31
Binary 1101011 100101 10011 0 1000001 1010010 111010 1100 1000110 11001

Color Harmonies of #6B2513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2513

Black with #6B2513

Text Example


Text Example

White with #6B2513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,37,19); }

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

background-color css

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

 a { background-color: rgb(107,37,19); }

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

border-color css

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

 span { border-color: rgb(107,37,19); }

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