Html Css Color HEX #68362F Kenyan Copper

📋 copy color: '#68362F'

red 104 ◦ green 54 ◦ blue 47

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

Shades of Kenyan Copper #68362F

Tints of Kenyan Copper #68362F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.34%

 BLUE value IS 47 (18.75% from 255) = 22.93%

R = 50.73%
G = 26.34%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68362F (or 0x68362F) is known color: Kenyan Copper. HEX triplet: 68, 36 and 2F. RGB value is (104,54,47). Sum of RGB (Red+Green+Blue) = 104+54+47=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #68362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68362F is #97C9D0. Grayscale: #444444. Windows color (decimal): -9947601 or 3094120. OLE color: 3094120.

HSL color Cylindrical-coordinate representation of color #68362F: hue angle of 7.37º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68362F is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 54 47 -
CMYK 0 0.48 0.55 0.59
HSL 7.37º 0.38% 0.3% -
HSV(B) 7.37º 0.55% 0.41% -
XYZ 7.54 5.79 3.41 -
YUV 68.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 104 54 47 0 0.48 0.55 0.59 7.37 0.38 0.3
Hex 68 36 2F 0 30 37 3B 7 26 1E
Octal 150 66 57 0 60 67 73 7 46 36
Binary 1101000 110110 101111 0 110000 110111 111011 111 100110 11110

Color Harmonies of #68362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68362F

Black with #68362F

Text Example


Text Example

White with #68362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68362F; }

 p { color: rgb(104,54,47); }

 H1.HeaderClassName
 {
   color: #68362F;
 }
 .AnyTagClassName
 {
   color: #68362F;
 }
</style>

background-color css

<style>
 a { background-color: #68362F; }

 a { background-color: rgb(104,54,47); }

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

border-color css

<style>
 span { border-color: #68362F; }

 span { border-color: rgb(104,54,47); }

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