#6C3225

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

Shades of Pueblo #6C3225

Tints of Pueblo #6C3225

Color information

#6C3225 (or 0x6C3225) is unknown color: approx Pueblo. HEX triplet: 6C, 32 and 25. RGB value is (108,50,37). Sum of RGB (Red+Green+Blue) = 108+50+37=195 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.38% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3225 is #93CDDA. Grayscale: #414141. Windows color (decimal): -9686491 or 2437740. OLE color: 2437740.

HSL color Cylindrical-coordinate representation of color #6C3225: hue angle of 10.99º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C3225 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB1085037-
CMYK00.540.660.58
HSL10.99º48.97%28.43%-
HSV(B)10.99º65.74%42.35%-
XYZ7.665.62.43-
YUV65.86111.72158.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.38%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=55.38%
G=25.64%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108503700.540.660.5810.9948.9728.43
Hex6C3225036423Ab311c
Octal154624506610272136134
Binary110110011001010010101101101000010111010101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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