Html Css Color HEX #6D3732 Kenyan Copper

📋 copy color: '#6D3732'

red 109 ◦ green 55 ◦ blue 50

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

Shades of Kenyan Copper #6D3732

Tints of Kenyan Copper #6D3732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.7%

 BLUE value IS 50 (19.92% from 255) = 23.36%

R = 50.93%
G = 25.7%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.57

RGB Variations

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

Color information

#6D3732 (or 0x6D3732) is known color: Kenyan Copper. HEX triplet: 6D, 37 and 32. RGB value is (109,55,50). Sum of RGB (Red+Green+Blue) = 109+55+50=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3732 is #92C8CD. Grayscale: #464646. Windows color (decimal): -9619662 or 3290989. OLE color: 3290989.

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

Color convert

RGB 109 55 50 -
CMYK 0 0.50 0.54 0.57
HSL 5.08º 0.37% 0.31% -
HSV(B) 5.08º 0.54% 0.43% -
XYZ 8.25 6.21 3.78 -
YUV 70.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 109 55 50 0 0.50 0.54 0.57 5.08 0.37 0.31
Hex 6D 37 32 0 32 36 39 5 25 1F
Octal 155 67 62 0 62 66 71 5 45 37
Binary 1101101 110111 110010 0 110010 110110 111001 101 100101 11111

Color Harmonies of #6D3732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3732

Black with #6D3732

Text Example


Text Example

White with #6D3732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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