Html Css Color HEX #673520 New Amber

📋 copy color: '#673520'

red 103 ◦ green 53 ◦ blue 32

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

Shades of New Amber #673520

Tints of New Amber #673520

RGB

 RED value IS 103 (40.63% from 255) = 54.79%

 GREEN value IS 53 (21.09% from 255) = 28.19%

 BLUE value IS 32 (12.89% from 255) = 17.02%

R = 54.79%
G = 28.19%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#673520 (or 0x673520) is known color: New Amber. HEX triplet: 67, 35 and 20. RGB value is (103,53,32). Sum of RGB (Red+Green+Blue) = 103+53+32=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #673520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673520 is #98CADF. Grayscale: #414141. Windows color (decimal): -10013408 or 2110823. OLE color: 2110823.

HSL color Cylindrical-coordinate representation of color #673520: hue angle of 17.75º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #673520 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 53 32 -
CMYK 0 0.49 0.69 0.60
HSL 17.75º 0.53% 0.26% -
HSV(B) 17.75º 0.69% 0.4% -
XYZ 7.13 5.53 2.06 -
YUV 65.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 103 53 32 0 0.49 0.69 0.60 17.75 0.53 0.26
Hex 67 35 20 0 31 45 3C 12 35 1A
Octal 147 65 40 0 61 105 74 22 65 32
Binary 1100111 110101 100000 0 110001 1000101 111100 10010 110101 11010

Color Harmonies of #673520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673520

Black with #673520

Text Example


Text Example

White with #673520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673520; }

 p { color: rgb(103,53,32); }

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

background-color css

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

 a { background-color: rgb(103,53,32); }

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

border-color css

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

 span { border-color: rgb(103,53,32); }

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