#6C261F

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

Shades of Pueblo #6C261F

Tints of Pueblo #6C261F

Color information

#6C261F (or 0x6C261F) is unknown color: approx Pueblo. HEX triplet: 6C, 26 and 1F. RGB value is (108,38,31). Sum of RGB (Red+Green+Blue) = 108+38+31=177 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.02% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 108 - color contains mainly: red. Hex color #6C261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C261F is #93D9E0. Grayscale: #3A3A3A. Windows color (decimal): -9689569 or 2041452. OLE color: 2041452.

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

Color convert

RGB1083831-
CMYK00.650.710.58
HSL5.45º55.4%27.25%-
HSV(B)5.45º71.3%42.35%-
XYZ7.124.671.82-
YUV58.13112.69163.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 61.02%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 31 (12.5% from 255) = 17.51%
R=61.02%
G=21.47%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108383100.650.710.585.4555.427.25
Hex6C261F041473A5371b
Octal154463701011077256733
Binary11011001001101111101000001100011111101010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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