Html Css Color HEX #6D3632 Kenyan Copper

📋 copy color: '#6D3632'

red 109 ◦ green 54 ◦ blue 50

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

Shades of Kenyan Copper #6D3632

Tints of Kenyan Copper #6D3632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.35%

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

R = 51.17%
G = 25.35%
B = 23.47%

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

#6D3632 (or 0x6D3632) is known color: Kenyan Copper. HEX triplet: 6D, 36 and 32. RGB value is (109,54,50). Sum of RGB (Red+Green+Blue) = 109+54+50=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3632 is #92C9CD. Grayscale: #464646. Windows color (decimal): -9619918 or 3290733. OLE color: 3290733.

HSL color Cylindrical-coordinate representation of color #6D3632: hue angle of 4.07º 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 #6D3632 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 54 50 -
CMYK 0 0.50 0.54 0.57
HSL 4.07º 0.37% 0.31% -
HSV(B) 4.07º 0.54% 0.43% -
XYZ 8.2 6.12 3.77 -
YUV 69.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 109 54 50 0 0.50 0.54 0.57 4.07 0.37 0.31
Hex 6D 36 32 0 32 36 39 4 25 1F
Octal 155 66 62 0 62 66 71 4 45 37
Binary 1101101 110110 110010 0 110010 110110 111001 100 100101 11111

Color Harmonies of #6D3632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3632

Black with #6D3632

Text Example


Text Example

White with #6D3632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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