#672A2A

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

Shades of Kenyan Copper #672A2A

Tints of Kenyan Copper #672A2A

Color information

#672A2A (or 0x672A2A) is unknown color: approx Kenyan Copper. HEX triplet: 67, 2A and 2A. RGB value is (103,42,42). Sum of RGB (Red+Green+Blue) = 103+42+42=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #672A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672A2A is #98D5D5. Grayscale: #3C3C3C. Windows color (decimal): -10016214 or 2763367. OLE color: 2763367.

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

Color convert

RGB1034242-
CMYK00.590.590.60
HSL42.07%28.43%-
HSV(B)59.22%40.39%-
XYZ6.844.712.74-
YUV60.24117.71158.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.08%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=55.08%
G=22.46%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103424200.590.590.60042.0728.43
Hex672A2A03B3B3C02a1c
Octal1475252073737405234
Binary11001111010101010100111011111011111100010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,42,42); }

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

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

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

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

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

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

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