Html Css Color HEX #67322D Kenyan Copper

📋 copy color: '#67322D'

red 103 ◦ green 50 ◦ blue 45

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

Shades of Kenyan Copper #67322D

Tints of Kenyan Copper #67322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

 BLUE value IS 45 (17.97% from 255) = 22.73%

R = 52.02%
G = 25.25%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.60

RGB Variations

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

Color information

#67322D (or 0x67322D) is known color: Kenyan Copper. HEX triplet: 67, 32 and 2D. RGB value is (103,50,45). Sum of RGB (Red+Green+Blue) = 103+50+45=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #67322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67322D is #98CDD2. Grayscale: #414141. Windows color (decimal): -10014163 or 2962023. OLE color: 2962023.

HSL color Cylindrical-coordinate representation of color #67322D: hue angle of 5.17º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67322D is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 50 45 -
CMYK 0 0.51 0.56 0.60
HSL 5.17º 0.39% 0.29% -
HSV(B) 5.17º 0.56% 0.4% -
XYZ 7.21 5.35 3.14 -
YUV 65.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 103 50 45 0 0.51 0.56 0.60 5.17 0.39 0.29
Hex 67 32 2D 0 33 38 3C 5 27 1D
Octal 147 62 55 0 63 70 74 5 47 35
Binary 1100111 110010 101101 0 110011 111000 111100 101 100111 11101

Color Harmonies of #67322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67322D

Black with #67322D

Text Example


Text Example

White with #67322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67322D; }

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

 H1.HeaderClassName
 {
   color: #67322D;
 }
 .AnyTagClassName
 {
   color: #67322D;
 }
</style>

background-color css

<style>
 a { background-color: #67322D; }

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

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

border-color css

<style>
 span { border-color: #67322D; }

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

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