Html Css Color HEX #6B453C Metallic Copper

📋 copy color: '#6B453C'

red 107 ◦ green 69 ◦ blue 60

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

Shades of Metallic Copper #6B453C

Tints of Metallic Copper #6B453C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.42%

R = 45.34%
G = 29.24%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6B453C (or 0x6B453C) is known color: Metallic Copper. HEX triplet: 6B, 45 and 3C. RGB value is (107,69,60). Sum of RGB (Red+Green+Blue) = 107+69+60=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 107 - color contains mainly: red. Hex color #6B453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B453C is #94BAC3. Grayscale: #4F4F4F. Windows color (decimal): -9747140 or 3949931. OLE color: 3949931.

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

Color convert

RGB 107 69 60 -
CMYK 0 0.36 0.44 0.58
HSL 11.49º 0.28% 0.33% -
HSV(B) 11.49º 0.44% 0.42% -
XYZ 9.01 7.71 5.29 -
YUV 79.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 107 69 60 0 0.36 0.44 0.58 11.49 0.28 0.33
Hex 6B 45 3C 0 24 2C 3A B 1C 21
Octal 153 105 74 0 44 54 72 13 34 41
Binary 1101011 1000101 111100 0 100100 101100 111010 1011 11100 100001

Color Harmonies of #6B453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B453C

Black with #6B453C

Text Example


Text Example

White with #6B453C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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