#662E25

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

Shades of Pueblo #662E25

Tints of Pueblo #662E25

Color information

#662E25 (or 0x662E25) is unknown color: approx Pueblo. HEX triplet: 66, 2E and 25. RGB value is (102,46,37). Sum of RGB (Red+Green+Blue) = 102+46+37=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #662E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E25 is #99D1DA. Grayscale: #3D3D3D. Windows color (decimal): -10080731 or 2436710. OLE color: 2436710.

HSL color Cylindrical-coordinate representation of color #662E25: hue angle of 8.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #662E25 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1024637-
CMYK00.550.640.6
HSL8.31º46.76%27.25%-
HSV(B)8.31º63.73%40%-
XYZ6.794.912.34-
YUV61.72114.05156.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 46 (18.36% from 255) = 24.86%
BLUE value IS 37 (14.84% from 255) = 20%
R=55.14%
G=24.86%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102463700.550.640.68.3146.7627.25
Hex662E25037403C82f1b
Octal146564506710074105733
Binary110011010111010010101101111000000111100100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662E25; }

 p { color: rgb(102,46,37); }

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

<style>
 a { background-color: #662E25; }

 a { background-color: rgb(102,46,37); }

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

<style>
 span { border-color: #662E25; }

 span { border-color: rgb(102,46,37); }

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