#6C251A

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

Shades of Pueblo #6C251A

Tints of Pueblo #6C251A

Color information

#6C251A (or 0x6C251A) is unknown color: approx Pueblo. HEX triplet: 6C, 25 and 1A. RGB value is (108,37,26). Sum of RGB (Red+Green+Blue) = 108+37+26=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C251A is #93DAE5. Grayscale: #393939. Windows color (decimal): -9689830 or 1713516. OLE color: 1713516.

HSL color Cylindrical-coordinate representation of color #6C251A: hue angle of 8.05º 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 #6C251A is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB1083726-
CMYK00.660.760.58
HSL8.05º61.19%26.27%-
HSV(B)8.05º75.93%42.35%-
XYZ7.034.591.49-
YUV56.97110.52164.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 63.16%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=63.16%
G=21.64%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108372600.660.760.588.0561.1926.27
Hex6C251A0424C3A83d1a
Octal1544532010211472107532
Binary110110010010111010010000101001100111010100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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