Html Css Color HEX #654238 Metallic Copper

📋 copy color: '#654238'

red 101 ◦ green 66 ◦ blue 56

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

Shades of Metallic Copper #654238

Tints of Metallic Copper #654238

RGB

 RED value IS 101 (39.84% from 255) = 45.29%

 GREEN value IS 66 (26.17% from 255) = 29.6%

 BLUE value IS 56 (22.27% from 255) = 25.11%

R = 45.29%
G = 29.6%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.60

RGB Variations

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

Color information

#654238 (or 0x654238) is known color: Metallic Copper. HEX triplet: 65, 42 and 38. RGB value is (101,66,56). Sum of RGB (Red+Green+Blue) = 101+66+56=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #654238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654238 is #9ABDC7. Grayscale: #4B4B4B. Windows color (decimal): -10141128 or 3687013. OLE color: 3687013.

HSL color Cylindrical-coordinate representation of color #654238: hue angle of 13.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #654238 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 66 56 -
CMYK 0 0.35 0.45 0.60
HSL 13.33º 0.29% 0.31% -
HSV(B) 13.33º 0.45% 0.4% -
XYZ 8.03 6.95 4.66 -
YUV 75.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 101 66 56 0 0.35 0.45 0.60 13.33 0.29 0.31
Hex 65 42 38 0 23 2D 3C D 1D 1F
Octal 145 102 70 0 43 55 74 15 35 37
Binary 1100101 1000010 111000 0 100011 101101 111100 1101 11101 11111

Color Harmonies of #654238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654238

Black with #654238

Text Example


Text Example

White with #654238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654238; }

 p { color: rgb(101,66,56); }

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

background-color css

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

 a { background-color: rgb(101,66,56); }

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

border-color css

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

 span { border-color: rgb(101,66,56); }

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