Html Css Color HEX #67332C Kenyan Copper

📋 copy color: '#67332C'

red 103 ◦ green 51 ◦ blue 44

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

Shades of Kenyan Copper #67332C

Tints of Kenyan Copper #67332C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

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

R = 52.02%
G = 25.76%
B = 22.22%

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

#67332C (or 0x67332C) is known color: Kenyan Copper. HEX triplet: 67, 33 and 2C. RGB value is (103,51,44). Sum of RGB (Red+Green+Blue) = 103+51+44=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #67332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67332C is #98CCD3. Grayscale: #414141. Windows color (decimal): -10013908 or 2896743. OLE color: 2896743.

HSL color Cylindrical-coordinate representation of color #67332C: hue angle of 7.12º 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 #67332C is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 51 44 -
CMYK 0 0.50 0.57 0.60
HSL 7.12º 0.4% 0.29% -
HSV(B) 7.12º 0.57% 0.4% -
XYZ 7.23 5.43 3.05 -
YUV 65.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 103 51 44 0 0.50 0.57 0.60 7.12 0.4 0.29
Hex 67 33 2C 0 32 39 3C 7 28 1D
Octal 147 63 54 0 62 71 74 7 50 35
Binary 1100111 110011 101100 0 110010 111001 111100 111 101000 11101

Color Harmonies of #67332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67332C

Black with #67332C

Text Example


Text Example

White with #67332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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