Html Css Color HEX #6B230E Caput Mortuum

📋 copy color: '#6B230E'

red 107 ◦ green 35 ◦ blue 14

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

Shades of Caput Mortuum #6B230E

Tints of Caput Mortuum #6B230E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

 BLUE value IS 14 (5.86% from 255) = 8.97%

R = 68.59%
G = 22.44%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.58

RGB Variations

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

Color information

#6B230E (or 0x6B230E) is known color: Caput Mortuum. HEX triplet: 6B, 23 and 0E. RGB value is (107,35,14). Sum of RGB (Red+Green+Blue) = 107+35+14=156 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.59% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 107 - color contains mainly: red. Hex color #6B230E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B230E is #94DCF1. Grayscale: #363636. Windows color (decimal): -9755890 or 926571. OLE color: 926571.

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

Color convert

RGB 107 35 14 -
CMYK 0 0.67 0.87 0.58
HSL 13.55º 0.77% 0.24% -
HSV(B) 13.55º 0.87% 0.42% -
XYZ 6.74 4.36 0.9 -
YUV 54.13 105.35 165.71 -
System Red Green Blue C M Y K H S L
Decimal 107 35 14 0 0.67 0.87 0.58 13.55 0.77 0.24
Hex 6B 23 E 0 43 57 3A E 4D 18
Octal 153 43 16 0 103 127 72 16 115 30
Binary 1101011 100011 1110 0 1000011 1010111 111010 1110 1001101 11000

Color Harmonies of #6B230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B230E

Black with #6B230E

Text Example


Text Example

White with #6B230E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,35,14); }

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

background-color css

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

 a { background-color: rgb(107,35,14); }

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

border-color css

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

 span { border-color: rgb(107,35,14); }

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