Html Css Color HEX #6B2E29 Kenyan Copper

📋 copy color: '#6B2E29'

red 107 ◦ green 46 ◦ blue 41

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

Shades of Kenyan Copper #6B2E29

Tints of Kenyan Copper #6B2E29

RGB

 RED value IS 107 (42.19% from 255) = 55.15%

 GREEN value IS 46 (18.36% from 255) = 23.71%

 BLUE value IS 41 (16.41% from 255) = 21.13%

R = 55.15%
G = 23.71%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6B2E29 (or 0x6B2E29) is known color: Kenyan Copper. HEX triplet: 6B, 2E and 29. RGB value is (107,46,41). Sum of RGB (Red+Green+Blue) = 107+46+41=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2E29 is #94D1D6. Grayscale: #3F3F3F. Windows color (decimal): -9753047 or 2698859. OLE color: 2698859.

HSL color Cylindrical-coordinate representation of color #6B2E29: hue angle of 4.55º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B2E29 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 46 41 -
CMYK 0 0.57 0.62 0.58
HSL 4.55º 0.45% 0.29% -
HSV(B) 4.55º 0.62% 0.42% -
XYZ 7.44 5.24 2.72 -
YUV 63.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 107 46 41 0 0.57 0.62 0.58 4.55 0.45 0.29
Hex 6B 2E 29 0 39 3E 3A 5 2D 1D
Octal 153 56 51 0 71 76 72 5 55 35
Binary 1101011 101110 101001 0 111001 111110 111010 101 101101 11101

Color Harmonies of #6B2E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2E29

Black with #6B2E29

Text Example


Text Example

White with #6B2E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,46,41); }

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

background-color css

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

 a { background-color: rgb(107,46,41); }

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

border-color css

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

 span { border-color: rgb(107,46,41); }

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