Html Css Color HEX #68312D Kenyan Copper

📋 copy color: '#68312D'

red 104 ◦ green 49 ◦ blue 45

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

Shades of Kenyan Copper #68312D

Tints of Kenyan Copper #68312D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.75%

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

R = 52.53%
G = 24.75%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#68312D (or 0x68312D) is known color: Kenyan Copper. HEX triplet: 68, 31 and 2D. RGB value is (104,49,45). Sum of RGB (Red+Green+Blue) = 104+49+45=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68312D is #97CED2. Grayscale: #414141. Windows color (decimal): -9948883 or 2961768. OLE color: 2961768.

HSL color Cylindrical-coordinate representation of color #68312D: hue angle of 4.07º 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 #68312D is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 49 45 -
CMYK 0 0.53 0.57 0.59
HSL 4.07º 0.4% 0.29% -
HSV(B) 4.07º 0.57% 0.41% -
XYZ 7.28 5.33 3.13 -
YUV 64.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 104 49 45 0 0.53 0.57 0.59 4.07 0.4 0.29
Hex 68 31 2D 0 35 39 3B 4 28 1D
Octal 150 61 55 0 65 71 73 4 50 35
Binary 1101000 110001 101101 0 110101 111001 111011 100 101000 11101

Color Harmonies of #68312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68312D

Black with #68312D

Text Example


Text Example

White with #68312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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