#672C2A

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

Shades of Kenyan Copper #672C2A

Tints of Kenyan Copper #672C2A

Color information

#672C2A (or 0x672C2A) is unknown color: approx Kenyan Copper. HEX triplet: 67, 2C and 2A. RGB value is (103,44,42). Sum of RGB (Red+Green+Blue) = 103+44+42=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #672C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672C2A is #98D3D5. Grayscale: #3D3D3D. Windows color (decimal): -10015702 or 2763879. OLE color: 2763879.

HSL color Cylindrical-coordinate representation of color #672C2A: hue angle of 1.97º 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 #672C2A is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB1034442-
CMYK00.570.590.60
HSL1.97º42.07%28.43%-
HSV(B)1.97º59.22%40.39%-
XYZ6.914.852.76-
YUV61.41117.05157.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.50%
GREEN value IS 44 (17.58% from 255) = 23.28%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=54.50%
G=23.28%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103444200.570.590.601.9742.0728.43
Hex672C2A0393B3C22a1c
Octal1475452071737425234
Binary110011110110010101001110011110111111001010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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