#6C271B

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

Shades of Pueblo #6C271B

Tints of Pueblo #6C271B

Color information

#6C271B (or 0x6C271B) is unknown color: approx Pueblo. HEX triplet: 6C, 27 and 1B. RGB value is (108,39,27). Sum of RGB (Red+Green+Blue) = 108+39+27=174 (23% of max value = 765). Red value is 108 (42.58% from 255 or 62.07% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 108 - color contains mainly: red. Hex color #6C271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C271B is #93D8E4. Grayscale: #3A3A3A. Windows color (decimal): -9689317 or 1779564. OLE color: 1779564.

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

Color convert

RGB1083927-
CMYK00.640.750.58
HSL8.89º60%26.47%-
HSV(B)8.89º75%42.35%-
XYZ7.114.721.57-
YUV58.26110.36163.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 62.07%
GREEN value IS 39 (15.62% from 255) = 22.41%
BLUE value IS 27 (10.94% from 255) = 15.52%
R=62.07%
G=22.41%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108392700.640.750.588.896026.47
Hex6C271B0404B3A93c1a
Octal1544733010011372117432
Binary110110010011111011010000001001011111010100111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,39,27); }

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

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

 a { background-color: rgb(108,39,27); }

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

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

 span { border-color: rgb(108,39,27); }

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