Html Css Color HEX #6B453D Metallic Copper

📋 copy color: '#6B453D'

red 107 ◦ green 69 ◦ blue 61

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

Shades of Metallic Copper #6B453D

Tints of Metallic Copper #6B453D

RGB

 RED value IS 107 (42.19% from 255) = 45.15%

 GREEN value IS 69 (27.34% from 255) = 29.11%

 BLUE value IS 61 (24.22% from 255) = 25.74%

R = 45.15%
G = 29.11%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6B453D (or 0x6B453D) is known color: Metallic Copper. HEX triplet: 6B, 45 and 3D. RGB value is (107,69,61). Sum of RGB (Red+Green+Blue) = 107+69+61=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B453D is #94BAC2. Grayscale: #4F4F4F. Windows color (decimal): -9747139 or 4015467. OLE color: 4015467.

HSL color Cylindrical-coordinate representation of color #6B453D: hue angle of 10.43º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B453D is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 69 61 -
CMYK 0 0.36 0.43 0.58
HSL 10.43º 0.27% 0.33% -
HSV(B) 10.43º 0.43% 0.42% -
XYZ 9.03 7.72 5.43 -
YUV 79.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 107 69 61 0 0.36 0.43 0.58 10.43 0.27 0.33
Hex 6B 45 3D 0 24 2B 3A A 1B 21
Octal 153 105 75 0 44 53 72 12 33 41
Binary 1101011 1000101 111101 0 100100 101011 111010 1010 11011 100001

Color Harmonies of #6B453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B453D

Black with #6B453D

Text Example


Text Example

White with #6B453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B453D; }

 p { color: rgb(107,69,61); }

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

background-color css

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

 a { background-color: rgb(107,69,61); }

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

border-color css

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

 span { border-color: rgb(107,69,61); }

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