Html Css Color HEX #6C3B2A New Amber

📋 copy color: '#6C3B2A'

red 108 ◦ green 59 ◦ blue 42

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

Shades of New Amber #6C3B2A

Tints of New Amber #6C3B2A

RGB

 RED value IS 108 (42.58% from 255) = 51.67%

 GREEN value IS 59 (23.44% from 255) = 28.23%

 BLUE value IS 42 (16.8% from 255) = 20.1%

R = 51.67%
G = 28.23%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6C3B2A (or 0x6C3B2A) is known color: New Amber. HEX triplet: 6C, 3B and 2A. RGB value is (108,59,42). Sum of RGB (Red+Green+Blue) = 108+59+42=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3B2A is #93C4D5. Grayscale: #474747. Windows color (decimal): -9684182 or 2767724. OLE color: 2767724.

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

Color convert

RGB 108 59 42 -
CMYK 0 0.45 0.61 0.58
HSL 15.45º 0.44% 0.29% -
HSV(B) 15.45º 0.61% 0.42% -
XYZ 8.17 6.48 3.01 -
YUV 71.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 108 59 42 0 0.45 0.61 0.58 15.45 0.44 0.29
Hex 6C 3B 2A 0 2D 3D 3A F 2C 1D
Octal 154 73 52 0 55 75 72 17 54 35
Binary 1101100 111011 101010 0 101101 111101 111010 1111 101100 11101

Color Harmonies of #6C3B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3B2A

Black with #6C3B2A

Text Example


Text Example

White with #6C3B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,59,42); }

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

background-color css

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

 a { background-color: rgb(108,59,42); }

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

border-color css

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

 span { border-color: rgb(108,59,42); }

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