Html Css Color HEX #672D27 Kenyan Copper

📋 copy color: '#672D27'

red 103 ◦ green 45 ◦ blue 39

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

Shades of Kenyan Copper #672D27

Tints of Kenyan Copper #672D27

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.06%

 BLUE value IS 39 (15.63% from 255) = 20.86%

R = 55.08%
G = 24.06%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#672D27 (or 0x672D27) is known color: Kenyan Copper. HEX triplet: 67, 2D and 27. RGB value is (103,45,39). Sum of RGB (Red+Green+Blue) = 103+45+39=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #672D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D27 is #98D2D8. Grayscale: #3D3D3D. Windows color (decimal): -10015449 or 2567527. OLE color: 2567527.

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

Color convert

RGB 103 45 39 -
CMYK 0 0.56 0.62 0.60
HSL 5.63º 0.45% 0.28% -
HSV(B) 5.63º 0.62% 0.4% -
XYZ 6.9 4.91 2.5 -
YUV 61.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 103 45 39 0 0.56 0.62 0.60 5.63 0.45 0.28
Hex 67 2D 27 0 38 3E 3C 6 2D 1C
Octal 147 55 47 0 70 76 74 6 55 34
Binary 1100111 101101 100111 0 111000 111110 111100 110 101101 11100

Color Harmonies of #672D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672D27

Black with #672D27

Text Example


Text Example

White with #672D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,45,39); }

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

background-color css

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

 a { background-color: rgb(103,45,39); }

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

border-color css

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

 span { border-color: rgb(103,45,39); }

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