#69261A

Color #69261A Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #69261A

Tints of Caput Mortuum #69261A

Color information

#69261A (or 0x69261A) is unknown color: approx Caput Mortuum. HEX triplet: 69, 26 and 1A. RGB value is (105,38,26). Sum of RGB (Red+Green+Blue) = 105+38+26=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #69261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69261A is #96D9E5. Grayscale: #383838. Windows color (decimal): -9886182 or 1713769. OLE color: 1713769.

HSL color Cylindrical-coordinate representation of color #69261A: hue angle of 9.11º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69261A is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1053826-
CMYK00.640.750.59
HSL9.11º60.31%25.69%-
HSV(B)9.11º75.24%41.18%-
XYZ6.714.461.49-
YUV56.66110.7162.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.13%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=62.13%
G=22.49%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105382600.640.750.599.1160.3125.69
Hex69261A0404B3B93c1a
Octal1514632010011373117432
Binary110100110011011010010000001001011111011100111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69261A; }

 p { color: rgb(105,38,26); }

 H1.HeaderClassName
 {
   color: #69261A;
 }
 .AnyTagClassName
 {
   color: #69261A;
 }
</style>
background-color css

<style>
 a { background-color: #69261A; }

 a { background-color: rgb(105,38,26); }

 div.DivClassName
 {
   background-color: #69261A;
 }
 .BgClassName
 {
   background-color: #69261A;
 }
</style>
border-color css

<style>
 span { border-color: #69261A; }

 span { border-color: rgb(105,38,26); }

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