Html Css Color HEX #68433A Metallic Copper

📋 copy color: '#68433A'

red 104 ◦ green 67 ◦ blue 58

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

Shades of Metallic Copper #68433A

Tints of Metallic Copper #68433A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.26%

 BLUE value IS 58 (23.05% from 255) = 25.33%

R = 45.41%
G = 29.26%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68433A (or 0x68433A) is known color: Metallic Copper. HEX triplet: 68, 43 and 3A. RGB value is (104,67,58). Sum of RGB (Red+Green+Blue) = 104+67+58=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #68433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68433A is #97BCC5. Grayscale: #4D4D4D. Windows color (decimal): -9944262 or 3818344. OLE color: 3818344.

HSL color Cylindrical-coordinate representation of color #68433A: hue angle of 11.74º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68433A is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 67 58 -
CMYK 0 0.36 0.44 0.59
HSL 11.74º 0.28% 0.32% -
HSV(B) 11.74º 0.44% 0.41% -
XYZ 8.48 7.26 4.96 -
YUV 77.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 104 67 58 0 0.36 0.44 0.59 11.74 0.28 0.32
Hex 68 43 3A 0 24 2C 3B C 1C 20
Octal 150 103 72 0 44 54 73 14 34 40
Binary 1101000 1000011 111010 0 100100 101100 111011 1100 11100 100000

Color Harmonies of #68433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68433A

Black with #68433A

Text Example


Text Example

White with #68433A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68433A; }

 p { color: rgb(104,67,58); }

 H1.HeaderClassName
 {
   color: #68433A;
 }
 .AnyTagClassName
 {
   color: #68433A;
 }
</style>

background-color css

<style>
 a { background-color: #68433A; }

 a { background-color: rgb(104,67,58); }

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

border-color css

<style>
 span { border-color: #68433A; }

 span { border-color: rgb(104,67,58); }

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