Html Css Color HEX #68322B Kenyan Copper

📋 copy color: '#68322B'

red 104 ◦ green 50 ◦ blue 43

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

Shades of Kenyan Copper #68322B

Tints of Kenyan Copper #68322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.83%

R = 52.79%
G = 25.38%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#68322B (or 0x68322B) is known color: Kenyan Copper. HEX triplet: 68, 32 and 2B. RGB value is (104,50,43). Sum of RGB (Red+Green+Blue) = 104+50+43=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68322B is #97CDD4. Grayscale: #414141. Windows color (decimal): -9948629 or 2830952. OLE color: 2830952.

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

Color convert

RGB 104 50 43 -
CMYK 0 0.52 0.59 0.59
HSL 6.89º 0.41% 0.29% -
HSV(B) 6.89º 0.59% 0.41% -
XYZ 7.29 5.4 2.94 -
YUV 65.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 104 50 43 0 0.52 0.59 0.59 6.89 0.41 0.29
Hex 68 32 2B 0 34 3B 3B 7 29 1D
Octal 150 62 53 0 64 73 73 7 51 35
Binary 1101000 110010 101011 0 110100 111011 111011 111 101001 11101

Color Harmonies of #68322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68322B

Black with #68322B

Text Example


Text Example

White with #68322B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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