#6A3025

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

Shades of Pueblo #6A3025

Tints of Pueblo #6A3025

Color information

#6A3025 (or 0x6A3025) is unknown color: approx Pueblo. HEX triplet: 6A, 30 and 25. RGB value is (106,48,37). Sum of RGB (Red+Green+Blue) = 106+48+37=191 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.50% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3025 is #95CFDA. Grayscale: #404040. Windows color (decimal): -9818075 or 2437226. OLE color: 2437226.

HSL color Cylindrical-coordinate representation of color #6A3025: hue angle of 9.57º degrees, saturation: 0.48, 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 #6A3025 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB1064837-
CMYK00.550.650.58
HSL9.57º48.25%28.04%-
HSV(B)9.57º65.09%41.57%-
XYZ7.335.312.39-
YUV64.09112.72157.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.50%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 37 (14.84% from 255) = 19.37%
R=55.50%
G=25.13%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106483700.550.650.589.5748.2528.04
Hex6A3025037413Aa301c
Octal152604506710172126034
Binary110101011000010010101101111000001111010101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,48,37); }

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

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

 a { background-color: rgb(106,48,37); }

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

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

 span { border-color: rgb(106,48,37); }

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