Html Css Color HEX #68322D Kenyan Copper

📋 copy color: '#68322D'

red 104 ◦ green 50 ◦ blue 45

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

Shades of Kenyan Copper #68322D

Tints of Kenyan Copper #68322D

RGB

 RED value IS 104 (41.02% from 255) = 52.26%

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

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

R = 52.26%
G = 25.13%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#68322D (or 0x68322D) is known color: Kenyan Copper. HEX triplet: 68, 32 and 2D. RGB value is (104,50,45). Sum of RGB (Red+Green+Blue) = 104+50+45=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68322D is #97CDD2. Grayscale: #414141. Windows color (decimal): -9948627 or 2962024. OLE color: 2962024.

HSL color Cylindrical-coordinate representation of color #68322D: hue angle of 5.08º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68322D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 50 45 -
CMYK 0 0.52 0.57 0.59
HSL 5.08º 0.4% 0.29% -
HSV(B) 5.08º 0.57% 0.41% -
XYZ 7.32 5.41 3.14 -
YUV 65.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 104 50 45 0 0.52 0.57 0.59 5.08 0.4 0.29
Hex 68 32 2D 0 34 39 3B 5 28 1D
Octal 150 62 55 0 64 71 73 5 50 35
Binary 1101000 110010 101101 0 110100 111001 111011 101 101000 11101

Color Harmonies of #68322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68322D

Black with #68322D

Text Example


Text Example

White with #68322D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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