Html Css Color HEX #68342E Kenyan Copper

📋 copy color: '#68342E'

red 104 ◦ green 52 ◦ blue 46

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

Shades of Kenyan Copper #68342E

Tints of Kenyan Copper #68342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.77%

R = 51.49%
G = 25.74%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#68342E (or 0x68342E) is known color: Kenyan Copper. HEX triplet: 68, 34 and 2E. RGB value is (104,52,46). Sum of RGB (Red+Green+Blue) = 104+52+46=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68342E is #97CBD1. Grayscale: #424242. Windows color (decimal): -9948114 or 3028072. OLE color: 3028072.

HSL color Cylindrical-coordinate representation of color #68342E: hue angle of 6.21º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68342E is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 52 46 -
CMYK 0 0.50 0.56 0.59
HSL 6.21º 0.39% 0.29% -
HSV(B) 6.21º 0.56% 0.41% -
XYZ 7.43 5.6 3.27 -
YUV 66.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 104 52 46 0 0.50 0.56 0.59 6.21 0.39 0.29
Hex 68 34 2E 0 32 38 3B 6 27 1D
Octal 150 64 56 0 62 70 73 6 47 35
Binary 1101000 110100 101110 0 110010 111000 111011 110 100111 11101

Color Harmonies of #68342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68342E

Black with #68342E

Text Example


Text Example

White with #68342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68342E; }

 p { color: rgb(104,52,46); }

 H1.HeaderClassName
 {
   color: #68342E;
 }
 .AnyTagClassName
 {
   color: #68342E;
 }
</style>

background-color css

<style>
 a { background-color: #68342E; }

 a { background-color: rgb(104,52,46); }

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

border-color css

<style>
 span { border-color: #68342E; }

 span { border-color: rgb(104,52,46); }

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