Html Css Color HEX #672E29 Kenyan Copper

📋 copy color: '#672E29'

red 103 ◦ green 46 ◦ blue 41

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

Shades of Kenyan Copper #672E29

Tints of Kenyan Copper #672E29

RGB

 RED value IS 103 (40.63% from 255) = 54.21%

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

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

R = 54.21%
G = 24.21%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#672E29 (or 0x672E29) is known color: Kenyan Copper. HEX triplet: 67, 2E and 29. RGB value is (103,46,41). Sum of RGB (Red+Green+Blue) = 103+46+41=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #672E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672E29 is #98D1D6. Grayscale: #3E3E3E. Windows color (decimal): -10015191 or 2698855. OLE color: 2698855.

HSL color Cylindrical-coordinate representation of color #672E29: hue angle of 4.84º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #672E29 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 46 41 -
CMYK 0 0.55 0.60 0.60
HSL 4.84º 0.43% 0.28% -
HSV(B) 4.84º 0.6% 0.4% -
XYZ 6.97 5 2.7 -
YUV 62.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 103 46 41 0 0.55 0.60 0.60 4.84 0.43 0.28
Hex 67 2E 29 0 37 3C 3C 5 2B 1C
Octal 147 56 51 0 67 74 74 5 53 34
Binary 1100111 101110 101001 0 110111 111100 111100 101 101011 11100

Color Harmonies of #672E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672E29

Black with #672E29

Text Example


Text Example

White with #672E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672E29; }

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

 H1.HeaderClassName
 {
   color: #672E29;
 }
 .AnyTagClassName
 {
   color: #672E29;
 }
</style>

background-color css

<style>
 a { background-color: #672E29; }

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

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

border-color css

<style>
 span { border-color: #672E29; }

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

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