#6C3523

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

Shades of Pueblo #6C3523

Tints of Pueblo #6C3523

Color information

#6C3523 (or 0x6C3523) is unknown color: approx Pueblo. HEX triplet: 6C, 35 and 23. RGB value is (108,53,35). Sum of RGB (Red+Green+Blue) = 108+53+35=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3523 is #93CADC. Grayscale: #434343. Windows color (decimal): -9685725 or 2307436. OLE color: 2307436.

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

Color convert

RGB1085335-
CMYK00.510.680.58
HSL14.79º51.05%28.04%-
HSV(B)14.79º67.59%42.35%-
XYZ7.765.862.31-
YUV67.39109.72156.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.10%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 35 (14.06% from 255) = 17.86%
R=55.10%
G=27.04%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108533500.510.680.5814.7951.0528.04
Hex6C3523033443Af331c
Octal154654306310472176334
Binary110110011010110001101100111000100111010111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,53,35); }

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

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

 a { background-color: rgb(108,53,35); }

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

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

 span { border-color: rgb(108,53,35); }

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