#6B3527

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

Shades of Pueblo #6B3527

Tints of Pueblo #6B3527

Color information

#6B3527 (or 0x6B3527) is unknown color: approx Pueblo. HEX triplet: 6B, 35 and 27. RGB value is (107,53,39). Sum of RGB (Red+Green+Blue) = 107+53+39=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3527 is #94CAD8. Grayscale: #434343. Windows color (decimal): -9751257 or 2569579. OLE color: 2569579.

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

Color convert

RGB1075339-
CMYK00.500.640.58
HSL12.35º46.58%28.63%-
HSV(B)12.35º63.55%41.96%-
XYZ7.75.822.64-
YUV67.55111.89156.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.77%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=53.77%
G=26.63%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107533900.500.640.5812.3546.5828.63
Hex6B3527032403Ac2f1d
Octal153654706210072145735
Binary110101111010110011101100101000000111010110010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,53,39); }

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

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

 a { background-color: rgb(107,53,39); }

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

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

 span { border-color: rgb(107,53,39); }

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