#67312A

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

Shades of Kenyan Copper #67312A

Tints of Kenyan Copper #67312A

Color information

#67312A (or 0x67312A) is unknown color: approx Kenyan Copper. HEX triplet: 67, 31 and 2A. RGB value is (103,49,42). Sum of RGB (Red+Green+Blue) = 103+49+42=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #67312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67312A is #98CED5. Grayscale: #404040. Windows color (decimal): -10014422 or 2765159. OLE color: 2765159.

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

Color convert

RGB1034942-
CMYK00.520.590.60
HSL6.89º42.07%28.43%-
HSV(B)6.89º59.22%40.39%-
XYZ7.115.252.83-
YUV64.35115.39155.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.09%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=53.09%
G=25.26%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103494200.520.590.606.8942.0728.43
Hex67312A0343B3C72a1c
Octal1476152064737475234
Binary1100111110001101010011010011101111110011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67312A; }

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

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

<style>
 a { background-color: #67312A; }

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

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

<style>
 span { border-color: #67312A; }

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

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