#6C3028

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

Shades of Pueblo #6C3028

Tints of Pueblo #6C3028

Color information

#6C3028 (or 0x6C3028) is unknown color: approx Pueblo. HEX triplet: 6C, 30 and 28. RGB value is (108,48,40). Sum of RGB (Red+Green+Blue) = 108+48+40=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3028 is #93CFD7. Grayscale: #414141. Windows color (decimal): -9687000 or 2633836. OLE color: 2633836.

HSL color Cylindrical-coordinate representation of color #6C3028: hue angle of 7.06º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C3028 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB1084840-
CMYK00.560.630.58
HSL7.06º45.95%29.02%-
HSV(B)7.06º62.96%42.35%-
XYZ7.625.462.66-
YUV65.03113.88158.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.10%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=55.10%
G=24.49%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108484000.560.630.587.0645.9529.02
Hex6C30280383F3A72e1d
Octal1546050070777275635
Binary1101100110000101000011100011111111101011110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,48,40); }

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

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

 a { background-color: rgb(108,48,40); }

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

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

 span { border-color: rgb(108,48,40); }

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