Html Css Color HEX #6D332D Kenyan Copper

📋 copy color: '#6D332D'

red 109 ◦ green 51 ◦ blue 45

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

Shades of Kenyan Copper #6D332D

Tints of Kenyan Copper #6D332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.88%

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

R = 53.17%
G = 24.88%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6D332D (or 0x6D332D) is known color: Kenyan Copper. HEX triplet: 6D, 33 and 2D. RGB value is (109,51,45). Sum of RGB (Red+Green+Blue) = 109+51+45=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D332D is #92CCD2. Grayscale: #434343. Windows color (decimal): -9620691 or 2962285. OLE color: 2962285.

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

Color convert

RGB 109 51 45 -
CMYK 0 0.53 0.59 0.57
HSL 5.63º 0.42% 0.3% -
HSV(B) 5.63º 0.59% 0.43% -
XYZ 7.96 5.81 3.18 -
YUV 67.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 109 51 45 0 0.53 0.59 0.57 5.63 0.42 0.3
Hex 6D 33 2D 0 35 3B 39 6 2A 1E
Octal 155 63 55 0 65 73 71 6 52 36
Binary 1101101 110011 101101 0 110101 111011 111001 110 101010 11110

Color Harmonies of #6D332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D332D

Black with #6D332D

Text Example


Text Example

White with #6D332D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,51,45); }

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

background-color css

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

 a { background-color: rgb(109,51,45); }

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

border-color css

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

 span { border-color: rgb(109,51,45); }

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