#672C26

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

Shades of Kenyan Copper #672C26

Tints of Kenyan Copper #672C26

Color information

#672C26 (or 0x672C26) is unknown color: approx Kenyan Copper. HEX triplet: 67, 2C and 26. RGB value is (103,44,38). Sum of RGB (Red+Green+Blue) = 103+44+38=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #672C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672C26 is #98D3D9. Grayscale: #3D3D3D. Windows color (decimal): -10015706 or 2501735. OLE color: 2501735.

HSL color Cylindrical-coordinate representation of color #672C26: hue angle of 5.54º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #672C26 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB1034438-
CMYK00.570.630.60
HSL5.54º46.1%27.65%-
HSV(B)5.54º63.11%40.39%-
XYZ6.844.822.4-
YUV60.96115.05157.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.68%
GREEN value IS 44 (17.58% from 255) = 23.78%
BLUE value IS 38 (15.23% from 255) = 20.54%
R=55.68%
G=23.78%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103443800.570.630.605.5446.127.65
Hex672C260393F3C62e1c
Octal1475446071777465634
Binary1100111101100100110011100111111111110011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,44,38); }

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

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

 a { background-color: rgb(103,44,38); }

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

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

 span { border-color: rgb(103,44,38); }

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