#6A2F2C

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

Shades of Kenyan Copper #6A2F2C

Tints of Kenyan Copper #6A2F2C

Color information

#6A2F2C (or 0x6A2F2C) is unknown color: approx Kenyan Copper. HEX triplet: 6A, 2F and 2C. RGB value is (106,47,44). Sum of RGB (Red+Green+Blue) = 106+47+44=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2F2C is #95D0D3. Grayscale: #404040. Windows color (decimal): -9818324 or 2895722. OLE color: 2895722.

HSL color Cylindrical-coordinate representation of color #6A2F2C: hue angle of 2.9º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A2F2C is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1064744-
CMYK00.560.580.58
HSL2.9º41.33%29.41%-
HSV(B)2.9º58.49%41.57%-
XYZ7.415.283.01-
YUV64.3116.55157.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.81%
GREEN value IS 47 (18.75% from 255) = 23.86%
BLUE value IS 44 (17.58% from 255) = 22.34%
R=53.81%
G=23.86%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106474400.560.580.582.941.3329.41
Hex6A2F2C0383A3A3291d
Octal1525754070727235135
Binary110101010111110110001110001110101110101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A2F2C; }

 p { color: rgb(106,47,44); }

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

<style>
 a { background-color: #6A2F2C; }

 a { background-color: rgb(106,47,44); }

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

<style>
 span { border-color: #6A2F2C; }

 span { border-color: rgb(106,47,44); }

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