#662D25

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

Shades of Pueblo #662D25

Tints of Pueblo #662D25

Color information

#662D25 (or 0x662D25) is unknown color: approx Pueblo. HEX triplet: 66, 2D and 25. RGB value is (102,45,37). Sum of RGB (Red+Green+Blue) = 102+45+37=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #662D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D25 is #99D2DA. Grayscale: #3D3D3D. Windows color (decimal): -10080987 or 2436454. OLE color: 2436454.

HSL color Cylindrical-coordinate representation of color #662D25: hue angle of 7.38º 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 #662D25 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1024537-
CMYK00.560.640.6
HSL7.38º46.76%27.25%-
HSV(B)7.38º63.73%40%-
XYZ6.754.842.33-
YUV61.13114.38157.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 45 (17.97% from 255) = 24.46%
BLUE value IS 37 (14.84% from 255) = 20.11%
R=55.43%
G=24.46%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102453700.560.640.67.3846.7627.25
Hex662D25038403C72f1b
Octal14655450701007475733
Binary11001101011011001010111000100000011110011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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