Html Css Color HEX #673620 New Amber

📋 copy color: '#673620'

red 103 ◦ green 54 ◦ blue 32

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

Shades of New Amber #673620

Tints of New Amber #673620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.57%

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

R = 54.5%
G = 28.57%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#673620 (or 0x673620) is known color: New Amber. HEX triplet: 67, 36 and 20. RGB value is (103,54,32). Sum of RGB (Red+Green+Blue) = 103+54+32=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #673620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673620 is #98C9DF. Grayscale: #424242. Windows color (decimal): -10013152 or 2111079. OLE color: 2111079.

HSL color Cylindrical-coordinate representation of color #673620: hue angle of 18.59º 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 #673620 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 54 32 -
CMYK 0 0.48 0.69 0.60
HSL 18.59º 0.53% 0.26% -
HSV(B) 18.59º 0.69% 0.4% -
XYZ 7.17 5.63 2.07 -
YUV 66.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 103 54 32 0 0.48 0.69 0.60 18.59 0.53 0.26
Hex 67 36 20 0 30 45 3C 13 35 1A
Octal 147 66 40 0 60 105 74 23 65 32
Binary 1100111 110110 100000 0 110000 1000101 111100 10011 110101 11010

Color Harmonies of #673620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673620

Black with #673620

Text Example


Text Example

White with #673620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673620; }

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

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

background-color css

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

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

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

border-color css

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

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

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