#6B3325

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

Shades of Pueblo #6B3325

Tints of Pueblo #6B3325

Color information

#6B3325 (or 0x6B3325) is unknown color: approx Pueblo. HEX triplet: 6B, 33 and 25. RGB value is (107,51,37). Sum of RGB (Red+Green+Blue) = 107+51+37=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3325 is #94CCDA. Grayscale: #424242. Windows color (decimal): -9751771 or 2437995. OLE color: 2437995.

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

Color convert

RGB1075137-
CMYK00.520.650.58
HSL12º48.61%28.24%-
HSV(B)12º65.42%41.96%-
XYZ7.585.632.44-
YUV66.15111.55157.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.87%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=54.87%
G=26.15%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107513700.520.650.581248.6128.24
Hex6B3325034413Ac311c
Octal153634506410172146134
Binary110101111001110010101101001000001111010110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,51,37); }

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

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

 a { background-color: rgb(107,51,37); }

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

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

 span { border-color: rgb(107,51,37); }

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