#6A3425

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

Shades of Pueblo #6A3425

Tints of Pueblo #6A3425

Color information

#6A3425 (or 0x6A3425) is unknown color: approx Pueblo. HEX triplet: 6A, 34 and 25. RGB value is (106,52,37). Sum of RGB (Red+Green+Blue) = 106+52+37=195 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.36% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3425 is #95CBDA. Grayscale: #424242. Windows color (decimal): -9817051 or 2438250. OLE color: 2438250.

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

Color convert

RGB1065237-
CMYK00.510.650.58
HSL13.04º48.25%28.04%-
HSV(B)13.04º65.09%41.57%-
XYZ7.515.652.45-
YUV66.44111.39156.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.36%
GREEN value IS 52 (20.70% from 255) = 26.67%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=54.36%
G=26.67%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106523700.510.650.5813.0448.2528.04
Hex6A3425033413Ad301c
Octal152644506310172156034
Binary110101011010010010101100111000001111010110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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