#672E1F

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

Shades of Pueblo #672E1F

Tints of Pueblo #672E1F

Color information

#672E1F (or 0x672E1F) is unknown color: approx Pueblo. HEX triplet: 67, 2E and 1F. RGB value is (103,46,31). Sum of RGB (Red+Green+Blue) = 103+46+31=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #672E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672E1F is #98D1E0. Grayscale: #3D3D3D. Windows color (decimal): -10015201 or 2043495. OLE color: 2043495.

HSL color Cylindrical-coordinate representation of color #672E1F: hue angle of 12.5º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #672E1F is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB1034631-
CMYK00.550.700.60
HSL12.5º53.73%26.27%-
HSV(B)12.5º69.9%40.39%-
XYZ6.824.941.89-
YUV61.33110.88157.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 57.22%
GREEN value IS 46 (18.36% from 255) = 25.56%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=57.22%
G=25.56%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103463100.550.700.6012.553.7326.27
Hex672E1F037463Cd361a
Octal147563706710674156632
Binary11001111011101111101101111000110111100110111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672E1F; }

 p { color: rgb(103,46,31); }

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

<style>
 a { background-color: #672E1F; }

 a { background-color: rgb(103,46,31); }

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

<style>
 span { border-color: #672E1F; }

 span { border-color: rgb(103,46,31); }

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