Html Css Color HEX #6D322E Kenyan Copper

📋 copy color: '#6D322E'

red 109 ◦ green 50 ◦ blue 46

#6D322E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kenyan Copper #6D322E

Tints of Kenyan Copper #6D322E

RGB

 RED value IS 109 (42.97% from 255) = 53.17%

 GREEN value IS 50 (19.92% from 255) = 24.39%

 BLUE value IS 46 (18.36% from 255) = 22.44%

R = 53.17%
G = 24.39%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.57

RGB Variations

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

Color information

#6D322E (or 0x6D322E) is known color: Kenyan Copper. HEX triplet: 6D, 32 and 2E. RGB value is (109,50,46). Sum of RGB (Red+Green+Blue) = 109+50+46=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D322E is #92CDD1. Grayscale: #434343. Windows color (decimal): -9620946 or 3027565. OLE color: 3027565.

HSL color Cylindrical-coordinate representation of color #6D322E: hue angle of 3.81º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D322E is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 50 46 -
CMYK 0 0.54 0.58 0.57
HSL 3.81º 0.41% 0.3% -
HSV(B) 3.81º 0.58% 0.43% -
XYZ 7.94 5.73 3.27 -
YUV 67.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 109 50 46 0 0.54 0.58 0.57 3.81 0.41 0.3
Hex 6D 32 2E 0 36 3A 39 4 29 1E
Octal 155 62 56 0 66 72 71 4 51 36
Binary 1101101 110010 101110 0 110110 111010 111001 100 101001 11110

Color Harmonies of #6D322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D322E

Black with #6D322E

Text Example


Text Example

White with #6D322E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,50,46); }

 H1.HeaderClassName
 {
   color: #6D322E;
 }
 .AnyTagClassName
 {
   color: #6D322E;
 }
</style>

background-color css

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

 a { background-color: rgb(109,50,46); }

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

border-color css

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

 span { border-color: rgb(109,50,46); }

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