Html Css Color HEX #67342C Kenyan Copper

📋 copy color: '#67342C'

red 103 ◦ green 52 ◦ blue 44

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

Shades of Kenyan Copper #67342C

Tints of Kenyan Copper #67342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.13%

 BLUE value IS 44 (17.58% from 255) = 22.11%

R = 51.76%
G = 26.13%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#67342C (or 0x67342C) is known color: Kenyan Copper. HEX triplet: 67, 34 and 2C. RGB value is (103,52,44). Sum of RGB (Red+Green+Blue) = 103+52+44=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67342C is #98CBD3. Grayscale: #424242. Windows color (decimal): -10013652 or 2896999. OLE color: 2896999.

HSL color Cylindrical-coordinate representation of color #67342C: hue angle of 8.14º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67342C is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 52 44 -
CMYK 0 0.50 0.57 0.60
HSL 8.14º 0.4% 0.29% -
HSV(B) 8.14º 0.57% 0.4% -
XYZ 7.28 5.52 3.07 -
YUV 66.34 115.4 154.15 -
System Red Green Blue C M Y K H S L
Decimal 103 52 44 0 0.50 0.57 0.60 8.14 0.4 0.29
Hex 67 34 2C 0 32 39 3C 8 28 1D
Octal 147 64 54 0 62 71 74 10 50 35
Binary 1100111 110100 101100 0 110010 111001 111100 1000 101000 11101

Color Harmonies of #67342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67342C

Black with #67342C

Text Example


Text Example

White with #67342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67342C; }

 p { color: rgb(103,52,44); }

 H1.HeaderClassName
 {
   color: #67342C;
 }
 .AnyTagClassName
 {
   color: #67342C;
 }
</style>

background-color css

<style>
 a { background-color: #67342C; }

 a { background-color: rgb(103,52,44); }

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

border-color css

<style>
 span { border-color: #67342C; }

 span { border-color: rgb(103,52,44); }

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