#6C261A

Color #6C261A Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #6C261A

Tints of Pueblo #6C261A

Color information

#6C261A (or 0x6C261A) is unknown color: approx Pueblo. HEX triplet: 6C, 26 and 1A. RGB value is (108,38,26). Sum of RGB (Red+Green+Blue) = 108+38+26=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C261A is #93D9E5. Grayscale: #393939. Windows color (decimal): -9689574 or 1713772. OLE color: 1713772.

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

Color convert

RGB1083826-
CMYK00.650.760.58
HSL8.78º61.19%26.27%-
HSV(B)8.78º75.93%42.35%-
XYZ7.064.651.5-
YUV57.56110.19163.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 62.79%
GREEN value IS 38 (15.23% from 255) = 22.09%
BLUE value IS 26 (10.55% from 255) = 15.12%
R=62.79%
G=22.09%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108382600.650.760.588.7861.1926.27
Hex6C261A0414C3A93d1a
Octal1544632010111472117532
Binary110110010011011010010000011001100111010100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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