Html Css Color HEX #6C322D Kenyan Copper

📋 copy color: '#6C322D'

red 108 ◦ green 50 ◦ blue 45

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

Shades of Kenyan Copper #6C322D

Tints of Kenyan Copper #6C322D

RGB

 RED value IS 108 (42.58% from 255) = 53.2%

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

 BLUE value IS 45 (17.97% from 255) = 22.17%

R = 53.2%
G = 24.63%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6C322D (or 0x6C322D) is known color: Kenyan Copper. HEX triplet: 6C, 32 and 2D. RGB value is (108,50,45). Sum of RGB (Red+Green+Blue) = 108+50+45=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C322D is #93CDD2. Grayscale: #424242. Windows color (decimal): -9686483 or 2962028. OLE color: 2962028.

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

Color convert

RGB 108 50 45 -
CMYK 0 0.54 0.58 0.58
HSL 4.76º 0.41% 0.3% -
HSV(B) 4.76º 0.58% 0.42% -
XYZ 7.8 5.66 3.16 -
YUV 66.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 108 50 45 0 0.54 0.58 0.58 4.76 0.41 0.3
Hex 6C 32 2D 0 36 3A 3A 5 29 1E
Octal 154 62 55 0 66 72 72 5 51 36
Binary 1101100 110010 101101 0 110110 111010 111010 101 101001 11110

Color Harmonies of #6C322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C322D

Black with #6C322D

Text Example


Text Example

White with #6C322D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,50,45); }

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

background-color css

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

 a { background-color: rgb(108,50,45); }

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

border-color css

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

 span { border-color: rgb(108,50,45); }

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