Html Css Color HEX #6B2F29 Kenyan Copper

📋 copy color: '#6B2F29'

red 107 ◦ green 47 ◦ blue 41

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

Shades of Kenyan Copper #6B2F29

Tints of Kenyan Copper #6B2F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.1%

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

R = 54.87%
G = 24.1%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6B2F29 (or 0x6B2F29) is known color: Kenyan Copper. HEX triplet: 6B, 2F and 29. RGB value is (107,47,41). Sum of RGB (Red+Green+Blue) = 107+47+41=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2F29 is #94D0D6. Grayscale: #404040. Windows color (decimal): -9752791 or 2699115. OLE color: 2699115.

HSL color Cylindrical-coordinate representation of color #6B2F29: hue angle of 5.45º 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 #6B2F29 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 47 41 -
CMYK 0 0.56 0.62 0.58
HSL 5.45º 0.45% 0.29% -
HSV(B) 5.45º 0.62% 0.42% -
XYZ 7.48 5.32 2.73 -
YUV 64.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 107 47 41 0 0.56 0.62 0.58 5.45 0.45 0.29
Hex 6B 2F 29 0 38 3E 3A 5 2D 1D
Octal 153 57 51 0 70 76 72 5 55 35
Binary 1101011 101111 101001 0 111000 111110 111010 101 101101 11101

Color Harmonies of #6B2F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2F29

Black with #6B2F29

Text Example


Text Example

White with #6B2F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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